Uses of Class
software.amazon.awssdk.services.wellarchitected.model.GetGlobalSettingsResponse
-
Packages that use GetGlobalSettingsResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of GetGlobalSettingsResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return GetGlobalSettingsResponse Modifier and Type Method Description default GetGlobalSettingsResponseWellArchitectedClient. getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest)Global settings for all workloads.default GetGlobalSettingsResponseWellArchitectedClient. getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest)Global settings for all workloads.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type GetGlobalSettingsResponse Modifier and Type Method Description default CompletableFuture<GetGlobalSettingsResponse>WellArchitectedAsyncClient. getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest)Global settings for all workloads.default CompletableFuture<GetGlobalSettingsResponse>WellArchitectedAsyncClient. getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest)Global settings for all workloads.
-