Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.PutPermissionResponse
-
Packages that use PutPermissionResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of PutPermissionResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return PutPermissionResponse Modifier and Type Method Description default PutPermissionResponseCloudWatchEventsClient. 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 PutPermissionResponseCloudWatchEventsClient. 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.cloudwatchevents that return types with arguments of type PutPermissionResponse Modifier and Type Method Description default CompletableFuture<PutPermissionResponse>CloudWatchEventsAsyncClient. 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>CloudWatchEventsAsyncClient. putPermission(PutPermissionRequest putPermissionRequest)RunningPutPermissionpermits the specified Amazon Web Services account or Amazon Web Services organization to put events to the specified event bus.
-