Uses of Class
software.amazon.awssdk.services.redshift.model.CreateRedshiftIdcApplicationResponse
-
Packages that use CreateRedshiftIdcApplicationResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateRedshiftIdcApplicationResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateRedshiftIdcApplicationResponse Modifier and Type Method Description default CreateRedshiftIdcApplicationResponseRedshiftClient. createRedshiftIdcApplication(Consumer<CreateRedshiftIdcApplicationRequest.Builder> createRedshiftIdcApplicationRequest)Creates an Amazon Redshift application for use with IAM Identity Center.default CreateRedshiftIdcApplicationResponseRedshiftClient. createRedshiftIdcApplication(CreateRedshiftIdcApplicationRequest createRedshiftIdcApplicationRequest)Creates an Amazon Redshift application for use with IAM Identity Center.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateRedshiftIdcApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateRedshiftIdcApplicationResponse>RedshiftAsyncClient. createRedshiftIdcApplication(Consumer<CreateRedshiftIdcApplicationRequest.Builder> createRedshiftIdcApplicationRequest)Creates an Amazon Redshift application for use with IAM Identity Center.default CompletableFuture<CreateRedshiftIdcApplicationResponse>RedshiftAsyncClient. createRedshiftIdcApplication(CreateRedshiftIdcApplicationRequest createRedshiftIdcApplicationRequest)Creates an Amazon Redshift application for use with IAM Identity Center.
-