Uses of Interface
software.amazon.awssdk.services.redshift.model.AuthorizeSnapshotAccessRequest.Builder
-
Packages that use AuthorizeSnapshotAccessRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of AuthorizeSnapshotAccessRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type AuthorizeSnapshotAccessRequest.Builder Modifier and Type Method Description default CompletableFuture<AuthorizeSnapshotAccessResponse>RedshiftAsyncClient. authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot.default AuthorizeSnapshotAccessResponseRedshiftClient. authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot. -
Uses of AuthorizeSnapshotAccessRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return AuthorizeSnapshotAccessRequest.Builder Modifier and Type Method Description AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest.Builder. accountWithRestoreAccess(String accountWithRestoreAccess)The identifier of the Amazon Web Services account authorized to restore the specified snapshot.static AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest. builder()AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest.Builder. snapshotArn(String snapshotArn)The Amazon Resource Name (ARN) of the snapshot to authorize access to.AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest.Builder. snapshotClusterIdentifier(String snapshotClusterIdentifier)The identifier of the cluster the snapshot was created from.AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest.Builder. snapshotIdentifier(String snapshotIdentifier)The identifier of the snapshot the account is authorized to restore.AuthorizeSnapshotAccessRequest.BuilderAuthorizeSnapshotAccessRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AuthorizeSnapshotAccessRequest.Builder Modifier and Type Method Description static Class<? extends AuthorizeSnapshotAccessRequest.Builder>AuthorizeSnapshotAccessRequest. serializableBuilderClass()
-