Uses of Interface
software.amazon.awssdk.services.redshift.model.DeleteSnapshotCopyGrantRequest.Builder
-
Packages that use DeleteSnapshotCopyGrantRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of DeleteSnapshotCopyGrantRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type DeleteSnapshotCopyGrantRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteSnapshotCopyGrantResponse>RedshiftAsyncClient. deleteSnapshotCopyGrant(Consumer<DeleteSnapshotCopyGrantRequest.Builder> deleteSnapshotCopyGrantRequest)Deletes the specified snapshot copy grant.default DeleteSnapshotCopyGrantResponseRedshiftClient. deleteSnapshotCopyGrant(Consumer<DeleteSnapshotCopyGrantRequest.Builder> deleteSnapshotCopyGrantRequest)Deletes the specified snapshot copy grant. -
Uses of DeleteSnapshotCopyGrantRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DeleteSnapshotCopyGrantRequest.Builder Modifier and Type Method Description static DeleteSnapshotCopyGrantRequest.BuilderDeleteSnapshotCopyGrantRequest. builder()DeleteSnapshotCopyGrantRequest.BuilderDeleteSnapshotCopyGrantRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSnapshotCopyGrantRequest.BuilderDeleteSnapshotCopyGrantRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSnapshotCopyGrantRequest.BuilderDeleteSnapshotCopyGrantRequest.Builder. snapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant to delete.DeleteSnapshotCopyGrantRequest.BuilderDeleteSnapshotCopyGrantRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DeleteSnapshotCopyGrantRequest.Builder Modifier and Type Method Description static Class<? extends DeleteSnapshotCopyGrantRequest.Builder>DeleteSnapshotCopyGrantRequest. serializableBuilderClass()
-