Uses of Class
software.amazon.awssdk.services.account.model.Region
-
Packages that use Region Package Description software.amazon.awssdk.services.account.model software.amazon.awssdk.services.account.paginators -
-
Uses of Region in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return types with arguments of type Region Modifier and Type Method Description List<Region>ListRegionsResponse. regions()This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that match the filter criteria set in thefilterparameter.Methods in software.amazon.awssdk.services.account.model with parameters of type Region Modifier and Type Method Description ListRegionsResponse.BuilderListRegionsResponse.Builder. regions(Region... regions)This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that match the filter criteria set in thefilterparameter.Method parameters in software.amazon.awssdk.services.account.model with type arguments of type Region Modifier and Type Method Description ListRegionsResponse.BuilderListRegionsResponse.Builder. regions(Collection<Region> regions)This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that match the filter criteria set in thefilterparameter. -
Uses of Region in software.amazon.awssdk.services.account.paginators
Methods in software.amazon.awssdk.services.account.paginators that return types with arguments of type Region Modifier and Type Method Description SdkIterable<Region>ListRegionsIterable. regions()Returns an iterable to iterate through the paginatedListRegionsResponse.regions()member.SdkPublisher<Region>ListRegionsPublisher. regions()Returns a publisher that can be used to get a stream of data.
-