Uses of Class
com.amazonaws.services.importexport.model.Artifact
-
Packages that use Artifact Package Description com.amazonaws.services.importexport.model -
-
Uses of Artifact in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return Artifact Modifier and Type Method Description Artifact
Artifact. clone()
Artifact
Artifact. withDescription(String description)
Artifact
Artifact. withURL(String uRL)
Methods in com.amazonaws.services.importexport.model that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>
CreateJobResult. getArtifactList()
List<Artifact>
GetStatusResult. getArtifactList()
List<Artifact>
UpdateJobResult. getArtifactList()
Methods in com.amazonaws.services.importexport.model with parameters of type Artifact Modifier and Type Method Description CreateJobResult
CreateJobResult. 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).UpdateJobResult
UpdateJobResult. withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.importexport.model with type arguments of type Artifact Modifier and Type Method Description void
CreateJobResult. setArtifactList(Collection<Artifact> artifactList)
void
GetStatusResult. setArtifactList(Collection<Artifact> artifactList)
void
UpdateJobResult. setArtifactList(Collection<Artifact> artifactList)
CreateJobResult
CreateJobResult. withArtifactList(Collection<Artifact> artifactList)
GetStatusResult
GetStatusResult. withArtifactList(Collection<Artifact> artifactList)
UpdateJobResult
UpdateJobResult. withArtifactList(Collection<Artifact> artifactList)
-