Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketLocationResponse.Builder
-
Packages that use GetBucketLocationResponse.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of GetBucketLocationResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketLocationResponse.Builder Modifier and Type Method Description static GetBucketLocationResponse.BuilderGetBucketLocationResponse. builder()GetBucketLocationResponse.BuilderGetBucketLocationResponse.Builder. locationConstraint(String locationConstraint)Specifies the Region where the bucket resides.GetBucketLocationResponse.BuilderGetBucketLocationResponse.Builder. locationConstraint(BucketLocationConstraint locationConstraint)Specifies the Region where the bucket resides.GetBucketLocationResponse.BuilderGetBucketLocationResponse. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketLocationResponse.Builder Modifier and Type Method Description static Class<? extends GetBucketLocationResponse.Builder>GetBucketLocationResponse. serializableBuilderClass()
-