Uses of Class
software.amazon.awssdk.services.workspaces.model.AuthorizeIpRulesRequest
-
Packages that use AuthorizeIpRulesRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of AuthorizeIpRulesRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type AuthorizeIpRulesRequest Modifier and Type Method Description default CompletableFuture<AuthorizeIpRulesResponse>WorkSpacesAsyncClient. authorizeIpRules(AuthorizeIpRulesRequest 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. -
Uses of AuthorizeIpRulesRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type AuthorizeIpRulesRequest Modifier and Type Method Description SdkHttpFullRequestAuthorizeIpRulesRequestMarshaller. marshall(AuthorizeIpRulesRequest authorizeIpRulesRequest)
-