Uses of Class
software.amazon.awssdk.services.eventbridge.model.PutPermissionResponse
-
Packages that use PutPermissionResponse Package Description software.amazon.awssdk.services.eventbridge 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 PutPermissionResponse Modifier and Type Method Description default 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 PutPermissionResponse Modifier and Type Method Description default 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.
-