Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpdateGlobalSettingsResponse
-
Packages that use UpdateGlobalSettingsResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UpdateGlobalSettingsResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UpdateGlobalSettingsResponse Modifier and Type Method Description default UpdateGlobalSettingsResponseWellArchitectedClient. updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features.default UpdateGlobalSettingsResponseWellArchitectedClient. updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UpdateGlobalSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateGlobalSettingsResponse>WellArchitectedAsyncClient. updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features.default CompletableFuture<UpdateGlobalSettingsResponse>WellArchitectedAsyncClient. updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features.
-