Uses of Class
software.amazon.awssdk.services.redshift.model.Association
-
Packages that use Association Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of Association in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Association Modifier and Type Method Description List<Association>DescribeCustomDomainAssociationsResponse. associations()The associations for the custom domain.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Association Modifier and Type Method Description DescribeCustomDomainAssociationsResponse.BuilderDescribeCustomDomainAssociationsResponse.Builder. associations(Association... associations)The associations for the custom domain.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Association Modifier and Type Method Description DescribeCustomDomainAssociationsResponse.BuilderDescribeCustomDomainAssociationsResponse.Builder. associations(Collection<Association> associations)The associations for the custom domain. -
Uses of Association in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type Association Modifier and Type Method Description SdkIterable<Association>DescribeCustomDomainAssociationsIterable. associations()Returns an iterable to iterate through the paginatedDescribeCustomDomainAssociationsResponse.associations()member.SdkPublisher<Association>DescribeCustomDomainAssociationsPublisher. associations()Returns a publisher that can be used to get a stream of data.
-