Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteAuthenticationProfileRequest
-
Packages that use DeleteAuthenticationProfileRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of DeleteAuthenticationProfileRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DeleteAuthenticationProfileRequest Modifier and Type Method Description default CompletableFuture<DeleteAuthenticationProfileResponse>RedshiftAsyncClient. deleteAuthenticationProfile(DeleteAuthenticationProfileRequest deleteAuthenticationProfileRequest)Deletes an authentication profile.default DeleteAuthenticationProfileResponseRedshiftClient. deleteAuthenticationProfile(DeleteAuthenticationProfileRequest deleteAuthenticationProfileRequest)Deletes an authentication profile. -
Uses of DeleteAuthenticationProfileRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DeleteAuthenticationProfileRequest Modifier and Type Method Description SdkHttpFullRequestDeleteAuthenticationProfileRequestMarshaller. marshall(DeleteAuthenticationProfileRequest deleteAuthenticationProfileRequest)
-