Uses of Class
software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
Packages that use GetAdminAccountResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of GetAdminAccountResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return GetAdminAccountResponse Modifier and Type Method Description default GetAdminAccountResponseFmsClient. getAdminAccount(Consumer<GetAdminAccountRequest.Builder> getAdminAccountRequest)Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.default GetAdminAccountResponseFmsClient. getAdminAccount(GetAdminAccountRequest getAdminAccountRequest)Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.Methods in software.amazon.awssdk.services.fms that return types with arguments of type GetAdminAccountResponse Modifier and Type Method Description default CompletableFuture<GetAdminAccountResponse>FmsAsyncClient. getAdminAccount(Consumer<GetAdminAccountRequest.Builder> getAdminAccountRequest)Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.default CompletableFuture<GetAdminAccountResponse>FmsAsyncClient. getAdminAccount(GetAdminAccountRequest getAdminAccountRequest)Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.
-