Uses of Class
software.amazon.awssdk.services.greengrassv2.model.S3EndpointType
-
Packages that use S3EndpointType Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of S3EndpointType in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return S3EndpointType Modifier and Type Method Description static S3EndpointTypeS3EndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3EndpointTypeGetComponentVersionArtifactRequest. s3EndpointType()Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.static S3EndpointTypeS3EndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static S3EndpointType[]S3EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type S3EndpointType Modifier and Type Method Description static Set<S3EndpointType>S3EndpointType. knownValues()Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type S3EndpointType Modifier and Type Method Description GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. s3EndpointType(S3EndpointType s3EndpointType)Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.
-