Uses of Class
software.amazon.awssdk.services.sagemaker.model.AssociationSummary
-
Packages that use AssociationSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of AssociationSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AssociationSummary Modifier and Type Method Description List<AssociationSummary>ListAssociationsResponse. associationSummaries()A list of associations and their properties.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AssociationSummary Modifier and Type Method Description ListAssociationsResponse.BuilderListAssociationsResponse.Builder. associationSummaries(AssociationSummary... associationSummaries)A list of associations and their properties.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AssociationSummary Modifier and Type Method Description ListAssociationsResponse.BuilderListAssociationsResponse.Builder. associationSummaries(Collection<AssociationSummary> associationSummaries)A list of associations and their properties. -
Uses of AssociationSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type AssociationSummary Modifier and Type Method Description SdkIterable<AssociationSummary>ListAssociationsIterable. associationSummaries()Returns an iterable to iterate through the paginatedListAssociationsResponse.associationSummaries()member.SdkPublisher<AssociationSummary>ListAssociationsPublisher. associationSummaries()Returns a publisher that can be used to get a stream of data.
-