| Package | Description |
|---|---|
| com.amazonaws.services.workspaces |
|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AuthorizeIpRulesResult> |
AbstractAmazonWorkspacesAsync.authorizeIpRulesAsync(AuthorizeIpRulesRequest request,
AsyncHandler<AuthorizeIpRulesRequest,AuthorizeIpRulesResult> asyncHandler) |
Future<AuthorizeIpRulesResult> |
AmazonWorkspacesAsyncClient.authorizeIpRulesAsync(AuthorizeIpRulesRequest request,
AsyncHandler<AuthorizeIpRulesRequest,AuthorizeIpRulesResult> asyncHandler) |
Future<AuthorizeIpRulesResult> |
AmazonWorkspacesAsync.authorizeIpRulesAsync(AuthorizeIpRulesRequest authorizeIpRulesRequest,
AsyncHandler<AuthorizeIpRulesRequest,AuthorizeIpRulesResult> asyncHandler)
Adds one or more rules to the specified IP access control group.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeIpRulesRequest |
AuthorizeIpRulesRequest.clone() |
AuthorizeIpRulesRequest |
AuthorizeIpRulesRequest.withGroupId(String groupId)
The identifier of the group.
|
AuthorizeIpRulesRequest |
AuthorizeIpRulesRequest.withUserRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
|
AuthorizeIpRulesRequest |
AuthorizeIpRulesRequest.withUserRules(IpRuleItem... userRules)
The rules to add to the group.
|
Copyright © 2023. All rights reserved.