Uses of Enum
software.amazon.awssdk.services.s3.model.ObjectAttributes
Packages that use ObjectAttributes
-
Uses of ObjectAttributes in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectAttributesModifier and TypeMethodDescriptionstatic ObjectAttributesUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ObjectAttributesReturns the enum constant of this type with the specified name.static ObjectAttributes[]ObjectAttributes.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 ObjectAttributesModifier and TypeMethodDescriptionstatic Set<ObjectAttributes>ObjectAttributes.knownValues()final List<ObjectAttributes>GetObjectAttributesRequest.objectAttributes()Specifies the fields at the root level that you want returned in the response.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectAttributesModifier and TypeMethodDescriptionGetObjectAttributesRequest.Builder.objectAttributes(ObjectAttributes... objectAttributes) Specifies the fields at the root level that you want returned in the response.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectAttributesModifier and TypeMethodDescriptionGetObjectAttributesRequest.Builder.objectAttributes(Collection<ObjectAttributes> objectAttributes) Specifies the fields at the root level that you want returned in the response.