Uses of Class
software.amazon.awssdk.services.costandusagereport.model.AWSRegion
-
Packages that use AWSRegion Package Description software.amazon.awssdk.services.costandusagereport.model -
-
Uses of AWSRegion in software.amazon.awssdk.services.costandusagereport.model
Methods in software.amazon.awssdk.services.costandusagereport.model that return AWSRegion Modifier and Type Method Description static AWSRegionAWSRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AWSRegionReportDefinition. s3Region()Returns the value of the S3Region property for this object.static AWSRegionAWSRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static AWSRegion[]AWSRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costandusagereport.model that return types with arguments of type AWSRegion Modifier and Type Method Description static Set<AWSRegion>AWSRegion. knownValues()Methods in software.amazon.awssdk.services.costandusagereport.model with parameters of type AWSRegion Modifier and Type Method Description ReportDefinition.BuilderReportDefinition.Builder. s3Region(AWSRegion s3Region)Sets the value of the S3Region property for this object.
-