| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIpRestrictionResult> |
AbstractAmazonQuickSightAsync.updateIpRestrictionAsync(UpdateIpRestrictionRequest request,
AsyncHandler<UpdateIpRestrictionRequest,UpdateIpRestrictionResult> asyncHandler) |
Future<UpdateIpRestrictionResult> |
AmazonQuickSightAsyncClient.updateIpRestrictionAsync(UpdateIpRestrictionRequest request,
AsyncHandler<UpdateIpRestrictionRequest,UpdateIpRestrictionResult> asyncHandler) |
Future<UpdateIpRestrictionResult> |
AmazonQuickSightAsync.updateIpRestrictionAsync(UpdateIpRestrictionRequest updateIpRestrictionRequest,
AsyncHandler<UpdateIpRestrictionRequest,UpdateIpRestrictionResult> asyncHandler)
Updates the content and status of IP rules.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.addIpRestrictionRuleMapEntry(String key,
String value)
Add a single IpRestrictionRuleMap entry
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.clearIpRestrictionRuleMapEntries()
Removes all the entries added into IpRestrictionRuleMap.
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.clone() |
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the IP rules.
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.withEnabled(Boolean enabled)
A value that specifies whether IP rules are turned on.
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.withIpRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
A map that describes the updated IP rules with CIDR ranges and descriptions.
|
Copyright © 2023. All rights reserved.