Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.UpdateGlobalSettingsRequest.Builder
-
Packages that use UpdateGlobalSettingsRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of UpdateGlobalSettingsRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type UpdateGlobalSettingsRequest.Builder 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 UpdateGlobalSettingsResponseWellArchitectedClient. updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features. -
Uses of UpdateGlobalSettingsRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return UpdateGlobalSettingsRequest.Builder Modifier and Type Method Description static UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest. builder()UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest.Builder. discoveryIntegrationStatus(String discoveryIntegrationStatus)The status of discovery support settings.UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest.Builder. discoveryIntegrationStatus(DiscoveryIntegrationStatus discoveryIntegrationStatus)The status of discovery support settings.UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest.Builder. organizationSharingStatus(String organizationSharingStatus)The status of organization sharing settings.UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest.Builder. organizationSharingStatus(OrganizationSharingStatus organizationSharingStatus)The status of organization sharing settings.UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGlobalSettingsRequest.BuilderUpdateGlobalSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type UpdateGlobalSettingsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGlobalSettingsRequest.Builder>UpdateGlobalSettingsRequest. serializableBuilderClass()
-