| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteSnapshotCopyGrantResponse |
RedshiftClient.deleteSnapshotCopyGrant(Consumer<DeleteSnapshotCopyGrantRequest.Builder> deleteSnapshotCopyGrantRequest)
Deletes the specified snapshot copy grant.
|
default CompletableFuture<DeleteSnapshotCopyGrantResponse> |
RedshiftAsyncClient.deleteSnapshotCopyGrant(Consumer<DeleteSnapshotCopyGrantRequest.Builder> deleteSnapshotCopyGrantRequest)
Deletes the specified snapshot copy grant.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteSnapshotCopyGrantRequest.Builder |
DeleteSnapshotCopyGrantRequest.builder() |
DeleteSnapshotCopyGrantRequest.Builder |
DeleteSnapshotCopyGrantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSnapshotCopyGrantRequest.Builder |
DeleteSnapshotCopyGrantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSnapshotCopyGrantRequest.Builder |
DeleteSnapshotCopyGrantRequest.Builder.snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant to delete.
|
DeleteSnapshotCopyGrantRequest.Builder |
DeleteSnapshotCopyGrantRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteSnapshotCopyGrantRequest.Builder> |
DeleteSnapshotCopyGrantRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.