Uses of Class
software.amazon.awssdk.services.applicationcostprofiler.model.S3BucketRegion
-
Packages that use S3BucketRegion Package Description software.amazon.awssdk.services.applicationcostprofiler.model -
-
Uses of S3BucketRegion in software.amazon.awssdk.services.applicationcostprofiler.model
Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return S3BucketRegion Modifier and Type Method Description static S3BucketRegionS3BucketRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3BucketRegionSourceS3Location. region()Region of the bucket.static S3BucketRegionS3BucketRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static S3BucketRegion[]S3BucketRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return types with arguments of type S3BucketRegion Modifier and Type Method Description static Set<S3BucketRegion>S3BucketRegion. knownValues()Methods in software.amazon.awssdk.services.applicationcostprofiler.model with parameters of type S3BucketRegion Modifier and Type Method Description SourceS3Location.BuilderSourceS3Location.Builder. region(S3BucketRegion region)Region of the bucket.
-