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