Uses of Enum
software.amazon.awssdk.services.s3.model.OptionalObjectAttributes
Packages that use OptionalObjectAttributes
-
Uses of OptionalObjectAttributes in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return OptionalObjectAttributesModifier and TypeMethodDescriptionstatic OptionalObjectAttributesUse this in place of valueOf to convert the raw string returned by the service into the enum value.static OptionalObjectAttributesReturns the enum constant of this type with the specified name.static OptionalObjectAttributes[]OptionalObjectAttributes.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 OptionalObjectAttributesModifier and TypeMethodDescriptionstatic Set<OptionalObjectAttributes>OptionalObjectAttributes.knownValues()final List<OptionalObjectAttributes>ListObjectsRequest.optionalObjectAttributes()Specifies the optional fields that you want returned in the response.final List<OptionalObjectAttributes>ListObjectsV2Request.optionalObjectAttributes()Specifies the optional fields that you want returned in the response.final List<OptionalObjectAttributes>ListObjectVersionsRequest.optionalObjectAttributes()Specifies the optional fields that you want returned in the response.Methods in software.amazon.awssdk.services.s3.model with parameters of type OptionalObjectAttributesModifier and TypeMethodDescriptionListObjectsRequest.Builder.optionalObjectAttributes(OptionalObjectAttributes... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsV2Request.Builder.optionalObjectAttributes(OptionalObjectAttributes... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectVersionsRequest.Builder.optionalObjectAttributes(OptionalObjectAttributes... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type OptionalObjectAttributesModifier and TypeMethodDescriptionListObjectsRequest.Builder.optionalObjectAttributes(Collection<OptionalObjectAttributes> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsV2Request.Builder.optionalObjectAttributes(Collection<OptionalObjectAttributes> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectVersionsRequest.Builder.optionalObjectAttributes(Collection<OptionalObjectAttributes> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.