| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents |
Amazon CloudWatch Events helps you to respond to state changes in your AWS resources.
|
| software.amazon.awssdk.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
default RemovePermissionResponse |
CloudWatchEventsClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Revokes the permission of another AWS account to be able to put events to your default event bus.
|
default CompletableFuture<RemovePermissionResponse> |
CloudWatchEventsAsyncClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Revokes the permission of another AWS account to be able to put events to your default event bus.
|
| Modifier and Type | Method and Description |
|---|---|
static RemovePermissionRequest.Builder |
RemovePermissionRequest.builder() |
RemovePermissionRequest.Builder |
RemovePermissionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemovePermissionRequest.Builder |
RemovePermissionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemovePermissionRequest.Builder |
RemovePermissionRequest.Builder.statementId(String statementId)
The statement ID corresponding to the account that is no longer allowed to put events to the default event
bus.
|
RemovePermissionRequest.Builder |
RemovePermissionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemovePermissionRequest.Builder> |
RemovePermissionRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.