Uses of Class
software.amazon.awssdk.services.backup.model.DescribeGlobalSettingsRequest
-
Packages that use DescribeGlobalSettingsRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of DescribeGlobalSettingsRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type DescribeGlobalSettingsRequest Modifier and Type Method Description default CompletableFuture<DescribeGlobalSettingsResponse>BackupAsyncClient. describeGlobalSettings(DescribeGlobalSettingsRequest 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. -
Uses of DescribeGlobalSettingsRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type DescribeGlobalSettingsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeGlobalSettingsRequestMarshaller. marshall(DescribeGlobalSettingsRequest describeGlobalSettingsRequest)
-