| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionResult |
AmazonEventBridgeClient.removePermission(RemovePermissionRequest request)
Revokes the permission of another AWS account to be able to put events to the specified event bus.
|
RemovePermissionResult |
AbstractAmazonEventBridge.removePermission(RemovePermissionRequest request) |
RemovePermissionResult |
AmazonEventBridge.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes the permission of another AWS account to be able to put events to the specified event bus.
|
Future<RemovePermissionResult> |
AbstractAmazonEventBridgeAsync.removePermissionAsync(RemovePermissionRequest request) |
Future<RemovePermissionResult> |
AmazonEventBridgeAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
Revokes the permission of another AWS account to be able to put events to the specified event bus.
|
Future<RemovePermissionResult> |
AmazonEventBridgeAsyncClient.removePermissionAsync(RemovePermissionRequest request) |
Future<RemovePermissionResult> |
AbstractAmazonEventBridgeAsync.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AmazonEventBridgeAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Revokes the permission of another AWS account to be able to put events to the specified event bus.
|
Future<RemovePermissionResult> |
AmazonEventBridgeAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<RemovePermissionResult> |
AbstractAmazonEventBridgeAsync.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AmazonEventBridgeAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Revokes the permission of another AWS account to be able to put events to the specified event bus.
|
Future<RemovePermissionResult> |
AmazonEventBridgeAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
| 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.withStatementId(String statementId)
The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.
|
Copyright © 2020. All rights reserved.