Uses of Interface
software.amazon.awssdk.services.redshift.model.RevokeSnapshotAccessRequest.Builder
-
Packages that use RevokeSnapshotAccessRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of RevokeSnapshotAccessRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type RevokeSnapshotAccessRequest.Builder Modifier and Type Method Description default CompletableFuture<RevokeSnapshotAccessResponse>RedshiftAsyncClient. revokeSnapshotAccess(Consumer<RevokeSnapshotAccessRequest.Builder> revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.default RevokeSnapshotAccessResponseRedshiftClient. revokeSnapshotAccess(Consumer<RevokeSnapshotAccessRequest.Builder> revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot. -
Uses of RevokeSnapshotAccessRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return RevokeSnapshotAccessRequest.Builder Modifier and Type Method Description RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest.Builder. accountWithRestoreAccess(String accountWithRestoreAccess)The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.static RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest. builder()RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest.Builder. snapshotArn(String snapshotArn)The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest.Builder. snapshotClusterIdentifier(String snapshotClusterIdentifier)The identifier of the cluster the snapshot was created from.RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest.Builder. snapshotIdentifier(String snapshotIdentifier)The identifier of the snapshot that the account can no longer access.RevokeSnapshotAccessRequest.BuilderRevokeSnapshotAccessRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type RevokeSnapshotAccessRequest.Builder Modifier and Type Method Description static Class<? extends RevokeSnapshotAccessRequest.Builder>RevokeSnapshotAccessRequest. serializableBuilderClass()
-