Uses of Class
software.amazon.awssdk.services.ram.model.AssociatedSource
Packages that use AssociatedSource
Package
Description
-
Uses of AssociatedSource in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type AssociatedSourceModifier and TypeMethodDescriptionfinal List<AssociatedSource>ListSourceAssociationsResponse.sourceAssociations()Information about the source associations.Methods in software.amazon.awssdk.services.ram.model with parameters of type AssociatedSourceModifier and TypeMethodDescriptionListSourceAssociationsResponse.Builder.sourceAssociations(AssociatedSource... sourceAssociations) Information about the source associations.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type AssociatedSourceModifier and TypeMethodDescriptionListSourceAssociationsResponse.Builder.sourceAssociations(Collection<AssociatedSource> sourceAssociations) Information about the source associations. -
Uses of AssociatedSource in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type AssociatedSourceModifier and TypeMethodDescriptionfinal SdkIterable<AssociatedSource>ListSourceAssociationsIterable.sourceAssociations()Returns an iterable to iterate through the paginatedListSourceAssociationsResponse.sourceAssociations()member.final SdkPublisher<AssociatedSource>ListSourceAssociationsPublisher.sourceAssociations()Returns a publisher that can be used to get a stream of data.