Uses of Interface
software.amazon.awssdk.services.fms.model.GetAdminScopeRequest.Builder
-
Packages that use GetAdminScopeRequest.Builder Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.model -
-
Uses of GetAdminScopeRequest.Builder in software.amazon.awssdk.services.fms
Method parameters in software.amazon.awssdk.services.fms with type arguments of type GetAdminScopeRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAdminScopeResponse>FmsAsyncClient. getAdminScope(Consumer<GetAdminScopeRequest.Builder> getAdminScopeRequest)Returns information about the specified account's administrative scope.default GetAdminScopeResponseFmsClient. getAdminScope(Consumer<GetAdminScopeRequest.Builder> getAdminScopeRequest)Returns information about the specified account's administrative scope. -
Uses of GetAdminScopeRequest.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return GetAdminScopeRequest.Builder Modifier and Type Method Description GetAdminScopeRequest.BuilderGetAdminScopeRequest.Builder. adminAccount(String adminAccount)The administator account that you want to get the details for.static GetAdminScopeRequest.BuilderGetAdminScopeRequest. builder()GetAdminScopeRequest.BuilderGetAdminScopeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAdminScopeRequest.BuilderGetAdminScopeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAdminScopeRequest.BuilderGetAdminScopeRequest. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type GetAdminScopeRequest.Builder Modifier and Type Method Description static Class<? extends GetAdminScopeRequest.Builder>GetAdminScopeRequest. serializableBuilderClass()
-