Uses of Class
software.amazon.awssdk.services.eventbridge.model.RemovePermissionResponse
-
Packages that use RemovePermissionResponse Package Description software.amazon.awssdk.services.eventbridge 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 RemovePermissionResponse Modifier and Type Method Description default 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 RemovePermissionResponse Modifier and Type Method Description default CompletableFuture<RemovePermissionResponse>EventBridgeAsyncClient. 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 CompletableFuture<RemovePermissionResponse>EventBridgeAsyncClient. removePermission(RemovePermissionRequest removePermissionRequest)Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus.
-