| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionResult |
AbstractAmazonCloudWatchEvents.removePermission(RemovePermissionRequest request) |
RemovePermissionResult |
AmazonCloudWatchEvents.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event
bus.
|
RemovePermissionResult |
AmazonCloudWatchEventsClient.removePermission(RemovePermissionRequest request)
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event
bus.
|
Future<RemovePermissionResult> |
AmazonCloudWatchEventsAsyncClient.removePermissionAsync(RemovePermissionRequest request) |
Future<RemovePermissionResult> |
AbstractAmazonCloudWatchEventsAsync.removePermissionAsync(RemovePermissionRequest request) |
Future<RemovePermissionResult> |
AmazonCloudWatchEventsAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event
bus.
|
Future<RemovePermissionResult> |
AmazonCloudWatchEventsAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AbstractAmazonCloudWatchEventsAsync.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AmazonCloudWatchEventsAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event
bus.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RemovePermissionResult> |
AmazonCloudWatchEventsAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AbstractAmazonCloudWatchEventsAsync.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AmazonCloudWatchEventsAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event
bus.
|
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionRequest |
RemovePermissionRequest.clone() |
RemovePermissionRequest |
RemovePermissionRequest.withEventBusName(String eventBusName)
The name of the event bus to revoke permissions for.
|
RemovePermissionRequest |
RemovePermissionRequest.withRemoveAllPermissions(Boolean removeAllPermissions)
Specifies whether to remove all permissions.
|
RemovePermissionRequest |
RemovePermissionRequest.withStatementId(String statementId)
The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.
|
Copyright © 2024. All rights reserved.