Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.GetCredentialsRequest.Builder
-
Packages that use GetCredentialsRequest.Builder Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of GetCredentialsRequest.Builder in software.amazon.awssdk.services.redshiftserverless
Method parameters in software.amazon.awssdk.services.redshiftserverless with type arguments of type GetCredentialsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCredentialsResponse>RedshiftServerlessAsyncClient. getCredentials(Consumer<GetCredentialsRequest.Builder> getCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.default GetCredentialsResponseRedshiftServerlessClient. getCredentials(Consumer<GetCredentialsRequest.Builder> getCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless. -
Uses of GetCredentialsRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return GetCredentialsRequest.Builder Modifier and Type Method Description static GetCredentialsRequest.BuilderGetCredentialsRequest. builder()GetCredentialsRequest.BuilderGetCredentialsRequest.Builder. customDomainName(String customDomainName)The custom domain name associated with the workgroup.GetCredentialsRequest.BuilderGetCredentialsRequest.Builder. dbName(String dbName)The name of the database to get temporary authorization to log on to.GetCredentialsRequest.BuilderGetCredentialsRequest.Builder. durationSeconds(Integer durationSeconds)The number of seconds until the returned temporary password expires.GetCredentialsRequest.BuilderGetCredentialsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCredentialsRequest.BuilderGetCredentialsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCredentialsRequest.BuilderGetCredentialsRequest. toBuilder()GetCredentialsRequest.BuilderGetCredentialsRequest.Builder. workgroupName(String workgroupName)The name of the workgroup associated with the database.Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type GetCredentialsRequest.Builder Modifier and Type Method Description static Class<? extends GetCredentialsRequest.Builder>GetCredentialsRequest. serializableBuilderClass()
-