Uses of Class
software.amazon.awssdk.services.resiliencehub.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of S3Location in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return S3Location Modifier and Type Method Description S3LocationDescribeMetricsExportResponse. exportLocation()Specifies the name of the Amazon S3 bucket where the exported metrics is stored.S3LocationRecommendationTemplate. templatesLocation()The file location of the template.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type S3Location Modifier and Type Method Description DescribeMetricsExportResponse.BuilderDescribeMetricsExportResponse.Builder. exportLocation(S3Location exportLocation)Specifies the name of the Amazon S3 bucket where the exported metrics is stored.RecommendationTemplate.BuilderRecommendationTemplate.Builder. templatesLocation(S3Location templatesLocation)The file location of the template.
-