Uses of Class
software.amazon.awssdk.services.fms.model.AdminScope
-
Packages that use AdminScope Package Description software.amazon.awssdk.services.fms.model -
-
Uses of AdminScope in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return AdminScope Modifier and Type Method Description AdminScopeGetAdminScopeResponse. adminScope()Contains details about the administrative scope of the requested account.AdminScopePutAdminAccountRequest. adminScope()Configures the resources that the specified Firewall Manager administrator can manage.Methods in software.amazon.awssdk.services.fms.model with parameters of type AdminScope Modifier and Type Method Description GetAdminScopeResponse.BuilderGetAdminScopeResponse.Builder. adminScope(AdminScope adminScope)Contains details about the administrative scope of the requested account.PutAdminAccountRequest.BuilderPutAdminAccountRequest.Builder. adminScope(AdminScope adminScope)Configures the resources that the specified Firewall Manager administrator can manage.
-