Uses of Class
software.amazon.awssdk.services.eventbridge.model.RemovePermissionRequest
-
Packages that use RemovePermissionRequest Package Description software.amazon.awssdk.services.eventbridge Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.software.amazon.awssdk.services.eventbridge.transform -
-
Uses of RemovePermissionRequest in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge with parameters of type RemovePermissionRequest Modifier and Type Method Description 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.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. -
Uses of RemovePermissionRequest in software.amazon.awssdk.services.eventbridge.transform
Methods in software.amazon.awssdk.services.eventbridge.transform with parameters of type RemovePermissionRequest Modifier and Type Method Description SdkHttpFullRequestRemovePermissionRequestMarshaller. marshall(RemovePermissionRequest removePermissionRequest)
-