Uses of Class
software.amazon.awssdk.services.s3.model.EncodingType
-
Packages that use EncodingType Package Description software.amazon.awssdk.services.s3.model -
-
Uses of EncodingType in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return EncodingType Modifier and Type Method Description EncodingTypeListMultipartUploadsRequest. encodingType()Returns the value of the EncodingType property for this object.EncodingTypeListMultipartUploadsResponse. encodingType()Encoding type used by Amazon S3 to encode object keys in the response.EncodingTypeListObjectsRequest. encodingType()Returns the value of the EncodingType property for this object.EncodingTypeListObjectsResponse. encodingType()Encoding type used by Amazon S3 to encode the object keys in the response.EncodingTypeListObjectsV2Request. encodingType()Encoding type used by Amazon S3 to encode the object keys in the response.EncodingTypeListObjectsV2Response. encodingType()Encoding type used by Amazon S3 to encode object key names in the XML response.EncodingTypeListObjectVersionsRequest. encodingType()Returns the value of the EncodingType property for this object.EncodingTypeListObjectVersionsResponse. encodingType()Encoding type used by Amazon S3 to encode object key names in the XML response.static EncodingTypeEncodingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncodingTypeEncodingType. valueOf(String name)Returns the enum constant of this type with the specified name.static EncodingType[]EncodingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type EncodingType Modifier and Type Method Description static Set<EncodingType>EncodingType. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type EncodingType Modifier and Type Method Description ListMultipartUploadsRequest.BuilderListMultipartUploadsRequest.Builder. encodingType(EncodingType encodingType)Sets the value of the EncodingType property for this object.ListMultipartUploadsResponse.BuilderListMultipartUploadsResponse.Builder. encodingType(EncodingType encodingType)Encoding type used by Amazon S3 to encode object keys in the response.ListObjectsRequest.BuilderListObjectsRequest.Builder. encodingType(EncodingType encodingType)Sets the value of the EncodingType property for this object.ListObjectsResponse.BuilderListObjectsResponse.Builder. encodingType(EncodingType encodingType)Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsV2Request.BuilderListObjectsV2Request.Builder. encodingType(EncodingType encodingType)Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsV2Response.BuilderListObjectsV2Response.Builder. encodingType(EncodingType encodingType)Encoding type used by Amazon S3 to encode object key names in the XML response.ListObjectVersionsRequest.BuilderListObjectVersionsRequest.Builder. encodingType(EncodingType encodingType)Sets the value of the EncodingType property for this object.ListObjectVersionsResponse.BuilderListObjectVersionsResponse.Builder. encodingType(EncodingType encodingType)Encoding type used by Amazon S3 to encode object key names in the XML response.
-