Uses of Class
software.amazon.awssdk.services.lightsail.model.Region
-
Packages that use Region Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Region in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Region Modifier and Type Method Description List<Region>GetRegionsResponse. regions()An array of key-value pairs containing information about your get regions request.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type Region Modifier and Type Method Description GetRegionsResponse.BuilderGetRegionsResponse.Builder. regions(Region... regions)An array of key-value pairs containing information about your get regions request.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Region Modifier and Type Method Description GetRegionsResponse.BuilderGetRegionsResponse.Builder. regions(Collection<Region> regions)An array of key-value pairs containing information about your get regions request.
-