| 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> |
AmazonQuickSightAsync.updateIpRestrictionAsync(UpdateIpRestrictionRequest updateIpRestrictionRequest,
AsyncHandler<UpdateIpRestrictionRequest,UpdateIpRestrictionResult> asyncHandler)
Updates the content and status of IP rules.
|
Future<UpdateIpRestrictionResult> |
AmazonQuickSightAsyncClient.updateIpRestrictionAsync(UpdateIpRestrictionRequest request,
AsyncHandler<UpdateIpRestrictionRequest,UpdateIpRestrictionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.addIpRestrictionRuleMapEntry(String key,
String value)
Add a single IpRestrictionRuleMap entry
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.addVpcEndpointIdRestrictionRuleMapEntry(String key,
String value)
Add a single VpcEndpointIdRestrictionRuleMap entry
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.addVpcIdRestrictionRuleMapEntry(String key,
String value)
Add a single VpcIdRestrictionRuleMap entry
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.clearIpRestrictionRuleMapEntries()
Removes all the entries added into IpRestrictionRuleMap.
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.clearVpcEndpointIdRestrictionRuleMapEntries()
Removes all the entries added into VpcEndpointIdRestrictionRuleMap.
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.clearVpcIdRestrictionRuleMapEntries()
Removes all the entries added into VpcIdRestrictionRuleMap.
|
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.
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.withVpcEndpointIdRestrictionRuleMap(Map<String,String> vpcEndpointIdRestrictionRuleMap)
A map of allowed VPC endpoint IDs and their corresponding rule descriptions.
|
UpdateIpRestrictionRequest |
UpdateIpRestrictionRequest.withVpcIdRestrictionRuleMap(Map<String,String> vpcIdRestrictionRuleMap)
A map of VPC IDs and their corresponding rules.
|
Copyright © 2024. All rights reserved.