Uses of Class
software.amazon.awssdk.services.redshift.model.ModifyRedshiftIdcApplicationResponse
-
Packages that use ModifyRedshiftIdcApplicationResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifyRedshiftIdcApplicationResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifyRedshiftIdcApplicationResponse Modifier and Type Method Description default ModifyRedshiftIdcApplicationResponseRedshiftClient. modifyRedshiftIdcApplication(Consumer<ModifyRedshiftIdcApplicationRequest.Builder> modifyRedshiftIdcApplicationRequest)Changes an existing Amazon Redshift IAM Identity Center application.default ModifyRedshiftIdcApplicationResponseRedshiftClient. modifyRedshiftIdcApplication(ModifyRedshiftIdcApplicationRequest modifyRedshiftIdcApplicationRequest)Changes an existing Amazon Redshift IAM Identity Center application.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifyRedshiftIdcApplicationResponse Modifier and Type Method Description default CompletableFuture<ModifyRedshiftIdcApplicationResponse>RedshiftAsyncClient. modifyRedshiftIdcApplication(Consumer<ModifyRedshiftIdcApplicationRequest.Builder> modifyRedshiftIdcApplicationRequest)Changes an existing Amazon Redshift IAM Identity Center application.default CompletableFuture<ModifyRedshiftIdcApplicationResponse>RedshiftAsyncClient. modifyRedshiftIdcApplication(ModifyRedshiftIdcApplicationRequest modifyRedshiftIdcApplicationRequest)Changes an existing Amazon Redshift IAM Identity Center application.
-