Uses of Class
software.amazon.awssdk.services.redshift.model.RedshiftIdcApplication
-
Packages that use RedshiftIdcApplication Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of RedshiftIdcApplication in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return RedshiftIdcApplication Modifier and Type Method Description RedshiftIdcApplicationCreateRedshiftIdcApplicationResponse. redshiftIdcApplication()Returns the value of the RedshiftIdcApplication property for this object.RedshiftIdcApplicationModifyRedshiftIdcApplicationResponse. redshiftIdcApplication()Returns the value of the RedshiftIdcApplication property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type RedshiftIdcApplication Modifier and Type Method Description List<RedshiftIdcApplication>DescribeRedshiftIdcApplicationsResponse. redshiftIdcApplications()The list of Amazon Redshift IAM Identity Center applications.Methods in software.amazon.awssdk.services.redshift.model with parameters of type RedshiftIdcApplication Modifier and Type Method Description CreateRedshiftIdcApplicationResponse.BuilderCreateRedshiftIdcApplicationResponse.Builder. redshiftIdcApplication(RedshiftIdcApplication redshiftIdcApplication)Sets the value of the RedshiftIdcApplication property for this object.ModifyRedshiftIdcApplicationResponse.BuilderModifyRedshiftIdcApplicationResponse.Builder. redshiftIdcApplication(RedshiftIdcApplication redshiftIdcApplication)Sets the value of the RedshiftIdcApplication property for this object.DescribeRedshiftIdcApplicationsResponse.BuilderDescribeRedshiftIdcApplicationsResponse.Builder. redshiftIdcApplications(RedshiftIdcApplication... redshiftIdcApplications)The list of Amazon Redshift IAM Identity Center applications.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type RedshiftIdcApplication Modifier and Type Method Description DescribeRedshiftIdcApplicationsResponse.BuilderDescribeRedshiftIdcApplicationsResponse.Builder. redshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)The list of Amazon Redshift IAM Identity Center applications. -
Uses of RedshiftIdcApplication in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type RedshiftIdcApplication Modifier and Type Method Description SdkIterable<RedshiftIdcApplication>DescribeRedshiftIdcApplicationsIterable. redshiftIdcApplications()Returns an iterable to iterate through the paginatedDescribeRedshiftIdcApplicationsResponse.redshiftIdcApplications()member.SdkPublisher<RedshiftIdcApplication>DescribeRedshiftIdcApplicationsPublisher. redshiftIdcApplications()Returns a publisher that can be used to get a stream of data.
-