Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<GetSecurityGroupsForVpcResult> |
AbstractAmazonEC2Async.getSecurityGroupsForVpcAsync(GetSecurityGroupsForVpcRequest request,
AsyncHandler<GetSecurityGroupsForVpcRequest,GetSecurityGroupsForVpcResult> asyncHandler) |
Future<GetSecurityGroupsForVpcResult> |
AmazonEC2Async.getSecurityGroupsForVpcAsync(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest,
AsyncHandler<GetSecurityGroupsForVpcRequest,GetSecurityGroupsForVpcResult> asyncHandler)
Gets security groups that can be associated by the Amazon Web Services account making the request with network
interfaces in the specified VPC.
|
Future<GetSecurityGroupsForVpcResult> |
AmazonEC2AsyncClient.getSecurityGroupsForVpcAsync(GetSecurityGroupsForVpcRequest request,
AsyncHandler<GetSecurityGroupsForVpcRequest,GetSecurityGroupsForVpcResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetSecurityGroupsForVpcRequest |
GetSecurityGroupsForVpcRequest.clone() |
GetSecurityGroupsForVpcRequest |
GetSecurityGroupsForVpcRequest.withFilters(Collection<Filter> filters)
The filters.
|
GetSecurityGroupsForVpcRequest |
GetSecurityGroupsForVpcRequest.withFilters(Filter... filters)
The filters.
|
GetSecurityGroupsForVpcRequest |
GetSecurityGroupsForVpcRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
GetSecurityGroupsForVpcRequest |
GetSecurityGroupsForVpcRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
GetSecurityGroupsForVpcRequest |
GetSecurityGroupsForVpcRequest.withVpcId(String vpcId)
The VPC ID where the security group can be used.
|
Modifier and Type | Method and Description |
---|---|
Request<GetSecurityGroupsForVpcRequest> |
GetSecurityGroupsForVpcRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.