Uses of Class
software.amazon.awssdk.services.workspaces.model.RevokeIpRulesResponse
-
Packages that use RevokeIpRulesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of RevokeIpRulesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return RevokeIpRulesResponse Modifier and Type Method Description default RevokeIpRulesResponseWorkSpacesClient. revokeIpRules(Consumer<RevokeIpRulesRequest.Builder> revokeIpRulesRequest)Removes one or more rules from the specified IP access control group.default RevokeIpRulesResponseWorkSpacesClient. revokeIpRules(RevokeIpRulesRequest revokeIpRulesRequest)Removes one or more rules from the specified IP access control group.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type RevokeIpRulesResponse Modifier and Type Method Description default CompletableFuture<RevokeIpRulesResponse>WorkSpacesAsyncClient. revokeIpRules(Consumer<RevokeIpRulesRequest.Builder> revokeIpRulesRequest)Removes one or more rules from the specified IP access control group.default CompletableFuture<RevokeIpRulesResponse>WorkSpacesAsyncClient. revokeIpRules(RevokeIpRulesRequest revokeIpRulesRequest)Removes one or more rules from the specified IP access control group.
-