Uses of Class
software.amazon.awssdk.services.workspaces.model.AuthorizeIpRulesResponse
-
Packages that use AuthorizeIpRulesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of AuthorizeIpRulesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return AuthorizeIpRulesResponse Modifier and Type Method Description default AuthorizeIpRulesResponseWorkSpacesClient. authorizeIpRules(Consumer<AuthorizeIpRulesRequest.Builder> authorizeIpRulesRequest)Adds one or more rules to the specified IP access control group.default AuthorizeIpRulesResponseWorkSpacesClient. authorizeIpRules(AuthorizeIpRulesRequest authorizeIpRulesRequest)Adds one or more rules to the specified IP access control group.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type AuthorizeIpRulesResponse Modifier and Type Method Description default CompletableFuture<AuthorizeIpRulesResponse>WorkSpacesAsyncClient. authorizeIpRules(Consumer<AuthorizeIpRulesRequest.Builder> authorizeIpRulesRequest)Adds one or more rules to the specified IP access control group.default CompletableFuture<AuthorizeIpRulesResponse>WorkSpacesAsyncClient. authorizeIpRules(AuthorizeIpRulesRequest authorizeIpRulesRequest)Adds one or more rules to the specified IP access control group.
-