Uses of Class
software.amazon.awssdk.services.eventbridge.model.RemovePermissionResponse
Packages that use RemovePermissionResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of RemovePermissionResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return RemovePermissionResponseModifier and TypeMethodDescriptiondefault RemovePermissionResponseEventBridgeClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest) Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus.default RemovePermissionResponseEventBridgeClient.removePermission(RemovePermissionRequest removePermissionRequest) Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type RemovePermissionResponseModifier and TypeMethodDescriptionEventBridgeAsyncClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest) Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus.EventBridgeAsyncClient.removePermission(RemovePermissionRequest removePermissionRequest) Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus.