Uses of Class
software.amazon.awssdk.services.redshift.model.CreateAuthenticationProfileResponse
-
Packages that use CreateAuthenticationProfileResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateAuthenticationProfileResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateAuthenticationProfileResponse Modifier and Type Method Description default CreateAuthenticationProfileResponseRedshiftClient. createAuthenticationProfile(Consumer<CreateAuthenticationProfileRequest.Builder> createAuthenticationProfileRequest)Creates an authentication profile with the specified parameters.default CreateAuthenticationProfileResponseRedshiftClient. createAuthenticationProfile(CreateAuthenticationProfileRequest createAuthenticationProfileRequest)Creates an authentication profile with the specified parameters.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateAuthenticationProfileResponse Modifier and Type Method Description default CompletableFuture<CreateAuthenticationProfileResponse>RedshiftAsyncClient. createAuthenticationProfile(Consumer<CreateAuthenticationProfileRequest.Builder> createAuthenticationProfileRequest)Creates an authentication profile with the specified parameters.default CompletableFuture<CreateAuthenticationProfileResponse>RedshiftAsyncClient. createAuthenticationProfile(CreateAuthenticationProfileRequest createAuthenticationProfileRequest)Creates an authentication profile with the specified parameters.
-