Package | Description |
---|---|
com.amazonaws.services.importexport.model | |
com.amazonaws.services.importexport.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Artifact> |
UpdateJobResult.artifactList |
private SdkInternalList<Artifact> |
GetStatusResult.artifactList |
private SdkInternalList<Artifact> |
CreateJobResult.artifactList |
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.clone() |
Artifact |
Artifact.withDescription(java.lang.String description) |
Artifact |
Artifact.withURL(java.lang.String uRL) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Artifact> |
UpdateJobResult.getArtifactList() |
java.util.List<Artifact> |
GetStatusResult.getArtifactList() |
java.util.List<Artifact> |
CreateJobResult.getArtifactList() |
Modifier and Type | Method and Description |
---|---|
UpdateJobResult |
UpdateJobResult.withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any).
|
GetStatusResult |
GetStatusResult.withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any).
|
CreateJobResult |
CreateJobResult.withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateJobResult.setArtifactList(java.util.Collection<Artifact> artifactList) |
void |
GetStatusResult.setArtifactList(java.util.Collection<Artifact> artifactList) |
void |
CreateJobResult.setArtifactList(java.util.Collection<Artifact> artifactList) |
UpdateJobResult |
UpdateJobResult.withArtifactList(java.util.Collection<Artifact> artifactList) |
GetStatusResult |
GetStatusResult.withArtifactList(java.util.Collection<Artifact> artifactList) |
CreateJobResult |
CreateJobResult.withArtifactList(java.util.Collection<Artifact> artifactList) |
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |