Home
last modified time | relevance | path

Searched defs:locationConstraint (Results 1 – 1 of 1) sorted by relevance

/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/handlers/
DCreateBucketInterceptorTest.java48 …String locationConstraint = ((CreateBucketRequest) modifiedRequest).createBucketConfiguration().lo… in modifyRequest_DoesNotOverrideExistingLocationConstraint() local
65 …String locationConstraint = ((CreateBucketRequest) modifiedRequest).createBucketConfiguration().lo… in modifyRequest_UpdatesLocationConstraint_When_NullCreateBucketConfiguration() local
84 …String locationConstraint = ((CreateBucketRequest) modifiedRequest).createBucketConfiguration().lo… in modifyRequest_UpdatesLocationConstraint_When_NullLocationConstraint() local
106 BucketLocationConstraint locationConstraint = bucketConfiguration.locationConstraint(); in modifyRequest_DoesNotSetLocationConstraint_When_LocationPresent() local
145 …String locationConstraint = ((CreateBucketRequest) modifiedRequest).createBucketConfiguration().lo… in modifyRequest__When_NullLocationConstraint() local