Uses of Class
software.amazon.awssdk.services.backup.model.DescribeGlobalSettingsResponse
-
Packages that use DescribeGlobalSettingsResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of DescribeGlobalSettingsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return DescribeGlobalSettingsResponse Modifier and Type Method Description default DescribeGlobalSettingsResponseBackupClient. describeGlobalSettings(Consumer<DescribeGlobalSettingsRequest.Builder> describeGlobalSettingsRequest)Describes whether the Amazon Web Services account is opted in to cross-account backup.default DescribeGlobalSettingsResponseBackupClient. describeGlobalSettings(DescribeGlobalSettingsRequest describeGlobalSettingsRequest)Describes whether the Amazon Web Services account is opted in to cross-account backup.Methods in software.amazon.awssdk.services.backup that return types with arguments of type DescribeGlobalSettingsResponse Modifier and Type Method Description default CompletableFuture<DescribeGlobalSettingsResponse>BackupAsyncClient. describeGlobalSettings(Consumer<DescribeGlobalSettingsRequest.Builder> describeGlobalSettingsRequest)Describes whether the Amazon Web Services account is opted in to cross-account backup.default CompletableFuture<DescribeGlobalSettingsResponse>BackupAsyncClient. describeGlobalSettings(DescribeGlobalSettingsRequest describeGlobalSettingsRequest)Describes whether the Amazon Web Services account is opted in to cross-account backup.
-