Uses of Class
com.amazonaws.services.importexport.model.Artifact
Packages that use Artifact
-
Uses of Artifact in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return ArtifactMethods in com.amazonaws.services.importexport.model that return types with arguments of type ArtifactModifier and TypeMethodDescriptionCreateJobResult.getArtifactList()
GetStatusResult.getArtifactList()
UpdateJobResult.getArtifactList()
Methods in com.amazonaws.services.importexport.model with parameters of type ArtifactModifier and TypeMethodDescriptionCreateJobResult.withArtifactList
(Artifact... artifactList) NOTE: This method appends the values to the existing list (if any).GetStatusResult.withArtifactList
(Artifact... artifactList) NOTE: This method appends the values to the existing list (if any).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 ArtifactModifier and TypeMethodDescriptionvoid
CreateJobResult.setArtifactList
(Collection<Artifact> artifactList) void
GetStatusResult.setArtifactList
(Collection<Artifact> artifactList) void
UpdateJobResult.setArtifactList
(Collection<Artifact> artifactList) CreateJobResult.withArtifactList
(Collection<Artifact> artifactList) GetStatusResult.withArtifactList
(Collection<Artifact> artifactList) UpdateJobResult.withArtifactList
(Collection<Artifact> artifactList)