Uses of Class
software.amazon.awssdk.services.workspaces.model.UpdateRulesOfIpGroupResponse
-
Packages that use UpdateRulesOfIpGroupResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of UpdateRulesOfIpGroupResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return UpdateRulesOfIpGroupResponse Modifier and Type Method Description default UpdateRulesOfIpGroupResponseWorkSpacesClient. updateRulesOfIpGroup(Consumer<UpdateRulesOfIpGroupRequest.Builder> updateRulesOfIpGroupRequest)Replaces the current rules of the specified IP access control group with the specified rules.default UpdateRulesOfIpGroupResponseWorkSpacesClient. updateRulesOfIpGroup(UpdateRulesOfIpGroupRequest updateRulesOfIpGroupRequest)Replaces the current rules of the specified IP access control group with the specified rules.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type UpdateRulesOfIpGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateRulesOfIpGroupResponse>WorkSpacesAsyncClient. updateRulesOfIpGroup(Consumer<UpdateRulesOfIpGroupRequest.Builder> updateRulesOfIpGroupRequest)Replaces the current rules of the specified IP access control group with the specified rules.default CompletableFuture<UpdateRulesOfIpGroupResponse>WorkSpacesAsyncClient. updateRulesOfIpGroup(UpdateRulesOfIpGroupRequest updateRulesOfIpGroupRequest)Replaces the current rules of the specified IP access control group with the specified rules.
-