| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeIpRestrictionResult |
AbstractAmazonQuickSight.describeIpRestriction(DescribeIpRestrictionRequest request) |
DescribeIpRestrictionResult |
AmazonQuickSightClient.describeIpRestriction(DescribeIpRestrictionRequest request)
Provides a summary and status of IP rules.
|
DescribeIpRestrictionResult |
AmazonQuickSight.describeIpRestriction(DescribeIpRestrictionRequest describeIpRestrictionRequest)
Provides a summary and status of IP rules.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeIpRestrictionResult> |
AbstractAmazonQuickSightAsync.describeIpRestrictionAsync(DescribeIpRestrictionRequest request,
AsyncHandler<DescribeIpRestrictionRequest,DescribeIpRestrictionResult> asyncHandler) |
Future<DescribeIpRestrictionResult> |
AmazonQuickSightAsyncClient.describeIpRestrictionAsync(DescribeIpRestrictionRequest request,
AsyncHandler<DescribeIpRestrictionRequest,DescribeIpRestrictionResult> asyncHandler) |
Future<DescribeIpRestrictionResult> |
AmazonQuickSightAsync.describeIpRestrictionAsync(DescribeIpRestrictionRequest describeIpRestrictionRequest,
AsyncHandler<DescribeIpRestrictionRequest,DescribeIpRestrictionResult> asyncHandler)
Provides a summary and status of IP rules.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.addIpRestrictionRuleMapEntry(String key,
String value)
Add a single IpRestrictionRuleMap entry
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.addVpcEndpointIdRestrictionRuleMapEntry(String key,
String value)
Add a single VpcEndpointIdRestrictionRuleMap entry
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.addVpcIdRestrictionRuleMapEntry(String key,
String value)
Add a single VpcIdRestrictionRuleMap entry
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.clearIpRestrictionRuleMapEntries()
Removes all the entries added into IpRestrictionRuleMap.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.clearVpcEndpointIdRestrictionRuleMapEntries()
Removes all the entries added into VpcEndpointIdRestrictionRuleMap.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.clearVpcIdRestrictionRuleMapEntries()
Removes all the entries added into VpcIdRestrictionRuleMap.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.clone() |
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the IP rules.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.withEnabled(Boolean enabled)
A value that specifies whether IP rules are turned on.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.withIpRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
A map that describes the IP rules with CIDR range and description.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.withStatus(Integer status)
The HTTP status of the request.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.withVpcEndpointIdRestrictionRuleMap(Map<String,String> vpcEndpointIdRestrictionRuleMap)
A map of allowed VPC endpoint IDs and their rule descriptions.
|
DescribeIpRestrictionResult |
DescribeIpRestrictionResult.withVpcIdRestrictionRuleMap(Map<String,String> vpcIdRestrictionRuleMap)
A map of allowed VPC IDs and their rule descriptions.
|
Copyright © 2024. All rights reserved.