Uses of Class
software.amazon.awssdk.services.eventbridge.model.PutPermissionResponse
Packages that use PutPermissionResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of PutPermissionResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return PutPermissionResponseModifier and TypeMethodDescriptiondefault PutPermissionResponseEventBridgeClient.putPermission(Consumer<PutPermissionRequest.Builder> putPermissionRequest) RunningPutPermissionpermits the specified Amazon Web Services account or Amazon Web Services organization to put events to the specified event bus.default PutPermissionResponseEventBridgeClient.putPermission(PutPermissionRequest putPermissionRequest) RunningPutPermissionpermits the specified Amazon Web Services account or Amazon Web Services organization to put events to the specified event bus.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type PutPermissionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PutPermissionResponse>EventBridgeAsyncClient.putPermission(Consumer<PutPermissionRequest.Builder> putPermissionRequest) RunningPutPermissionpermits the specified Amazon Web Services account or Amazon Web Services organization to put events to the specified event bus.default CompletableFuture<PutPermissionResponse>EventBridgeAsyncClient.putPermission(PutPermissionRequest putPermissionRequest) RunningPutPermissionpermits the specified Amazon Web Services account or Amazon Web Services organization to put events to the specified event bus.