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