| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationSummary |
AssociationSummary.clone() |
AssociationSummary |
AssociationSummary.withAssociationType(AssociationEdgeType associationType)
The type of the association.
|
AssociationSummary |
AssociationSummary.withAssociationType(String associationType)
The type of the association.
|
AssociationSummary |
AssociationSummary.withCreatedBy(UserContext createdBy) |
AssociationSummary |
AssociationSummary.withCreationTime(Date creationTime)
When the association was created.
|
AssociationSummary |
AssociationSummary.withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
AssociationSummary |
AssociationSummary.withDestinationName(String destinationName)
The name of the destination.
|
AssociationSummary |
AssociationSummary.withDestinationType(String destinationType)
The destination type.
|
AssociationSummary |
AssociationSummary.withSourceArn(String sourceArn)
The ARN of the source.
|
AssociationSummary |
AssociationSummary.withSourceName(String sourceName)
The name of the source.
|
AssociationSummary |
AssociationSummary.withSourceType(String sourceType)
The source type.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationSummary> |
ListAssociationsResult.getAssociationSummaries()
A list of associations and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResult |
ListAssociationsResult.withAssociationSummaries(AssociationSummary... associationSummaries)
A list of associations and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociationsResult.setAssociationSummaries(Collection<AssociationSummary> associationSummaries)
A list of associations and their properties.
|
ListAssociationsResult |
ListAssociationsResult.withAssociationSummaries(Collection<AssociationSummary> associationSummaries)
A list of associations and their properties.
|
Copyright © 2022. All rights reserved.