Uses of Enum
software.amazon.awssdk.services.s3.model.EncodingType
Packages that use EncodingType
-
Uses of EncodingType in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return EncodingTypeModifier and TypeMethodDescriptionfinal EncodingTypeListMultipartUploadsRequest.encodingType()Returns the value of the EncodingType property for this object.final EncodingTypeListMultipartUploadsResponse.encodingType()Encoding type used by Amazon S3 to encode object keys in the response.final EncodingTypeListObjectsRequest.encodingType()Returns the value of the EncodingType property for this object.final EncodingTypeListObjectsResponse.encodingType()Encoding type used by Amazon S3 to encode the object keys in the response.final EncodingTypeListObjectsV2Request.encodingType()Encoding type used by Amazon S3 to encode the object keys in the response.final EncodingTypeListObjectsV2Response.encodingType()Encoding type used by Amazon S3 to encode object key names in the XML response.final EncodingTypeListObjectVersionsRequest.encodingType()Returns the value of the EncodingType property for this object.final EncodingTypeListObjectVersionsResponse.encodingType()Encoding type used by Amazon S3 to encode object key names in the XML response.static EncodingTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EncodingTypeReturns 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 EncodingTypeMethods in software.amazon.awssdk.services.s3.model with parameters of type EncodingTypeModifier and TypeMethodDescriptionListMultipartUploadsRequest.Builder.encodingType(EncodingType encodingType) Sets the value of the EncodingType property for this object.ListMultipartUploadsResponse.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode object keys in the response.ListObjectsRequest.Builder.encodingType(EncodingType encodingType) Sets the value of the EncodingType property for this object.ListObjectsResponse.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsV2Request.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsV2Response.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode object key names in the XML response.ListObjectVersionsRequest.Builder.encodingType(EncodingType encodingType) Sets the value of the EncodingType property for this object.ListObjectVersionsResponse.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode object key names in the XML response.