Uses of Class
software.amazon.awssdk.services.securityhub.model.GetMasterAccountResponse
-
Packages that use GetMasterAccountResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. -
-
Uses of GetMasterAccountResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetMasterAccountResponse Modifier and Type Method Description default GetMasterAccountResponseSecurityHubClient. getMasterAccount()Deprecated.This API has been deprecated, use GetAdministratorAccount API instead.default GetMasterAccountResponseSecurityHubClient. getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest)Deprecated.This API has been deprecated, use GetAdministratorAccount API instead.default GetMasterAccountResponseSecurityHubClient. getMasterAccount(GetMasterAccountRequest getMasterAccountRequest)Deprecated.This API has been deprecated, use GetAdministratorAccount API instead.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetMasterAccountResponse Modifier and Type Method Description default CompletableFuture<GetMasterAccountResponse>SecurityHubAsyncClient. getMasterAccount()Deprecated.This API has been deprecated, use GetAdministratorAccount API instead.default CompletableFuture<GetMasterAccountResponse>SecurityHubAsyncClient. getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest)Deprecated.This API has been deprecated, use GetAdministratorAccount API instead.default CompletableFuture<GetMasterAccountResponse>SecurityHubAsyncClient. getMasterAccount(GetMasterAccountRequest getMasterAccountRequest)Deprecated.This API has been deprecated, use GetAdministratorAccount API instead.
-