Uses of Class
software.amazon.awssdk.services.fms.model.GetAdminScopeResponse
-
Packages that use GetAdminScopeResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of GetAdminScopeResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return GetAdminScopeResponse Modifier and Type Method Description default GetAdminScopeResponseFmsClient. getAdminScope(Consumer<GetAdminScopeRequest.Builder> getAdminScopeRequest)Returns information about the specified account's administrative scope.default GetAdminScopeResponseFmsClient. getAdminScope(GetAdminScopeRequest getAdminScopeRequest)Returns information about the specified account's administrative scope.Methods in software.amazon.awssdk.services.fms that return types with arguments of type GetAdminScopeResponse Modifier and Type Method Description default CompletableFuture<GetAdminScopeResponse>FmsAsyncClient. getAdminScope(Consumer<GetAdminScopeRequest.Builder> getAdminScopeRequest)Returns information about the specified account's administrative scope.default CompletableFuture<GetAdminScopeResponse>FmsAsyncClient. getAdminScope(GetAdminScopeRequest getAdminScopeRequest)Returns information about the specified account's administrative scope.
-