Uses of Class
software.amazon.awssdk.services.codepipeline.model.ArtifactStoreType
-
Packages that use ArtifactStoreType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ArtifactStoreType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ArtifactStoreType Modifier and Type Method Description static ArtifactStoreTypeArtifactStoreType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ArtifactStoreTypeArtifactStore. type()The type of the artifact store, such as S3.static ArtifactStoreTypeArtifactStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactStoreType[]ArtifactStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ArtifactStoreType Modifier and Type Method Description static Set<ArtifactStoreType>ArtifactStoreType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ArtifactStoreType Modifier and Type Method Description ArtifactStore.BuilderArtifactStore.Builder. type(ArtifactStoreType type)The type of the artifact store, such as S3.
-