Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.Association
-
Packages that use Association Package Description software.amazon.awssdk.services.redshiftserverless.model software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of Association in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type Association Modifier and Type Method Description List<Association>ListCustomDomainAssociationsResponse. associations()A list of Association objects.Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type Association Modifier and Type Method Description ListCustomDomainAssociationsResponse.BuilderListCustomDomainAssociationsResponse.Builder. associations(Association... associations)A list of Association objects.Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type Association Modifier and Type Method Description ListCustomDomainAssociationsResponse.BuilderListCustomDomainAssociationsResponse.Builder. associations(Collection<Association> associations)A list of Association objects. -
Uses of Association in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type Association Modifier and Type Method Description SdkIterable<Association>ListCustomDomainAssociationsIterable. associations()Returns an iterable to iterate through the paginatedListCustomDomainAssociationsResponse.associations()member.SdkPublisher<Association>ListCustomDomainAssociationsPublisher. associations()Returns a publisher that can be used to get a stream of data.
-