Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteRedshiftIdcApplicationResponse
-
Packages that use DeleteRedshiftIdcApplicationResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeleteRedshiftIdcApplicationResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeleteRedshiftIdcApplicationResponse Modifier and Type Method Description default DeleteRedshiftIdcApplicationResponseRedshiftClient. deleteRedshiftIdcApplication(Consumer<DeleteRedshiftIdcApplicationRequest.Builder> deleteRedshiftIdcApplicationRequest)Deletes an Amazon Redshift IAM Identity Center application.default DeleteRedshiftIdcApplicationResponseRedshiftClient. deleteRedshiftIdcApplication(DeleteRedshiftIdcApplicationRequest deleteRedshiftIdcApplicationRequest)Deletes an Amazon Redshift IAM Identity Center application.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeleteRedshiftIdcApplicationResponse Modifier and Type Method Description default CompletableFuture<DeleteRedshiftIdcApplicationResponse>RedshiftAsyncClient. deleteRedshiftIdcApplication(Consumer<DeleteRedshiftIdcApplicationRequest.Builder> deleteRedshiftIdcApplicationRequest)Deletes an Amazon Redshift IAM Identity Center application.default CompletableFuture<DeleteRedshiftIdcApplicationResponse>RedshiftAsyncClient. deleteRedshiftIdcApplication(DeleteRedshiftIdcApplicationRequest deleteRedshiftIdcApplicationRequest)Deletes an Amazon Redshift IAM Identity Center application.
-