Package | Description |
---|---|
com.amazonaws.services.importexport.model |
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.clone() |
Artifact |
Artifact.withDescription(String description) |
Artifact |
Artifact.withURL(String uRL) |
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
CreateJobResult.getArtifactList() |
List<Artifact> |
UpdateJobResult.getArtifactList() |
List<Artifact> |
GetStatusResult.getArtifactList() |
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
CreateJobResult.withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any).
|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobResult.setArtifactList(Collection<Artifact> artifactList) |
void |
UpdateJobResult.setArtifactList(Collection<Artifact> artifactList) |
void |
GetStatusResult.setArtifactList(Collection<Artifact> artifactList) |
CreateJobResult |
CreateJobResult.withArtifactList(Collection<Artifact> artifactList) |
UpdateJobResult |
UpdateJobResult.withArtifactList(Collection<Artifact> artifactList) |
GetStatusResult |
GetStatusResult.withArtifactList(Collection<Artifact> artifactList) |
Copyright © 2018. All rights reserved.