Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.RemovePermissionResponse
-
Packages that use RemovePermissionResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of RemovePermissionResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return RemovePermissionResponse Modifier and Type Method Description default RemovePermissionResponseCloudWatchEventsClient. 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 RemovePermissionResponseCloudWatchEventsClient. 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.cloudwatchevents that return types with arguments of type RemovePermissionResponse Modifier and Type Method Description default CompletableFuture<RemovePermissionResponse>CloudWatchEventsAsyncClient. 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>CloudWatchEventsAsyncClient. removePermission(RemovePermissionRequest removePermissionRequest)Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus.
-