| 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 |
AmazonEventBridge.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes the permission of another AWS account to be able to put events to the specified event bus.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<RemovePermissionResult> |
AbstractAmazonEventBridgeAsync.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AmazonEventBridgeAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionResult |
RemovePermissionResult.clone() |
Copyright © 2020. All rights reserved.