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 ArtifactArtifact. clone()ArtifactArtifact. withDescription(String description)ArtifactArtifact. 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 CreateJobResultCreateJobResult. withArtifactList(Artifact... artifactList)NOTE: This method appends the values to the existing list (if any).GetStatusResultGetStatusResult. withArtifactList(Artifact... artifactList)NOTE: This method appends the values to the existing list (if any).UpdateJobResultUpdateJobResult. 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 voidCreateJobResult. setArtifactList(Collection<Artifact> artifactList)voidGetStatusResult. setArtifactList(Collection<Artifact> artifactList)voidUpdateJobResult. setArtifactList(Collection<Artifact> artifactList)CreateJobResultCreateJobResult. withArtifactList(Collection<Artifact> artifactList)GetStatusResultGetStatusResult. withArtifactList(Collection<Artifact> artifactList)UpdateJobResultUpdateJobResult. withArtifactList(Collection<Artifact> artifactList)
-