| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGlobalSettingsResponse |
WellArchitectedClient.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(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)
Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration
features.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.builder() |
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.Builder.discoveryIntegrationStatus(DiscoveryIntegrationStatus discoveryIntegrationStatus)
The status of discovery support settings.
|
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.Builder.discoveryIntegrationStatus(String discoveryIntegrationStatus)
The status of discovery support settings.
|
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.Builder.organizationSharingStatus(OrganizationSharingStatus organizationSharingStatus)
The status of organization sharing settings.
|
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.Builder.organizationSharingStatus(String organizationSharingStatus)
The status of organization sharing settings.
|
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGlobalSettingsRequest.Builder> |
UpdateGlobalSettingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.