Uses of Interface
software.amazon.awssdk.services.fms.model.GetAdminAccountResponse.Builder
-
Packages that use GetAdminAccountResponse.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of GetAdminAccountResponse.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return GetAdminAccountResponse.Builder Modifier and Type Method Description GetAdminAccountResponse.BuilderGetAdminAccountResponse.Builder. adminAccount(String adminAccount)The account that is set as the Firewall Manager default administrator.static GetAdminAccountResponse.BuilderGetAdminAccountResponse. builder()GetAdminAccountResponse.BuilderGetAdminAccountResponse.Builder. roleStatus(String roleStatus)The status of the account that you set as the Firewall Manager default administrator.GetAdminAccountResponse.BuilderGetAdminAccountResponse.Builder. roleStatus(AccountRoleStatus roleStatus)The status of the account that you set as the Firewall Manager default administrator.GetAdminAccountResponse.BuilderGetAdminAccountResponse. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type GetAdminAccountResponse.Builder Modifier and Type Method Description static Class<? extends GetAdminAccountResponse.Builder>GetAdminAccountResponse. serializableBuilderClass()
-