Uses of Enum
software.amazon.awssdk.services.s3.model.LocationType
Packages that use LocationType
-
Uses of LocationType in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LocationTypeModifier and TypeMethodDescriptionfinal LocationTypeHeadBucketResponse.bucketLocationType()The type of location where the bucket is created.static LocationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LocationTypeLocationInfo.type()The type of location where the bucket will be created.static LocationTypeReturns the enum constant of this type with the specified name.static LocationType[]LocationType.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 LocationTypeMethods in software.amazon.awssdk.services.s3.model with parameters of type LocationTypeModifier and TypeMethodDescriptionHeadBucketResponse.Builder.bucketLocationType(LocationType bucketLocationType) The type of location where the bucket is created.LocationInfo.Builder.type(LocationType type) The type of location where the bucket will be created.