Uses of Interface
software.amazon.awssdk.services.redshift.model.CreateSnapshotCopyGrantRequest.Builder
-
Packages that use CreateSnapshotCopyGrantRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of CreateSnapshotCopyGrantRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type CreateSnapshotCopyGrantRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotCopyGrantResponse>RedshiftAsyncClient. createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest)Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region.default CreateSnapshotCopyGrantResponseRedshiftClient. createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest)Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region. -
Uses of CreateSnapshotCopyGrantRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return CreateSnapshotCopyGrantRequest.Builder Modifier and Type Method Description static CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest. builder()CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. kmsKeyId(String kmsKeyId)The unique identifier of the encrypted symmetric key to which to grant Amazon Redshift permission.CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. snapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant.CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tag instances.CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. tags(Tag... tags)A list of tag instances.CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type CreateSnapshotCopyGrantRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotCopyGrantRequest.Builder>CreateSnapshotCopyGrantRequest. serializableBuilderClass()
-