| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
default RemovePermissionResponse |
EventBridgeClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event
bus.
|
default CompletableFuture<RemovePermissionResponse> |
EventBridgeAsyncClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
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 |
|---|---|
static RemovePermissionRequest.Builder |
RemovePermissionRequest.builder() |
RemovePermissionRequest.Builder |
RemovePermissionRequest.Builder.eventBusName(String eventBusName)
The name of the event bus to revoke permissions for.
|
RemovePermissionRequest.Builder |
RemovePermissionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemovePermissionRequest.Builder |
RemovePermissionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemovePermissionRequest.Builder |
RemovePermissionRequest.Builder.removeAllPermissions(Boolean removeAllPermissions)
Specifies whether to remove all permissions.
|
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 © 2023. All rights reserved.