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