| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGlobalSettingsResponse |
BackupClient.updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)
Updates the current global settings for the AWS account.
|
default CompletableFuture<UpdateGlobalSettingsResponse> |
BackupAsyncClient.updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)
Updates the current global settings for the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.builder() |
UpdateGlobalSettingsRequest.Builder |
UpdateGlobalSettingsRequest.Builder.globalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
|
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 © 2021. All rights reserved.