Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GetSecurityGroupsForVpcResult |
AbstractAmazonEC2.getSecurityGroupsForVpc(GetSecurityGroupsForVpcRequest request) |
GetSecurityGroupsForVpcResult |
AmazonEC2Client.getSecurityGroupsForVpc(GetSecurityGroupsForVpcRequest request)
Gets security groups that can be associated by the Amazon Web Services account making the request with network
interfaces in the specified VPC.
|
GetSecurityGroupsForVpcResult |
AmazonEC2.getSecurityGroupsForVpc(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest)
Gets security groups that can be associated by the Amazon Web Services account making the request with network
interfaces in the specified VPC.
|
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 |
---|---|
GetSecurityGroupsForVpcResult |
GetSecurityGroupsForVpcResult.clone() |
GetSecurityGroupsForVpcResult |
GetSecurityGroupsForVpcResult.withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
GetSecurityGroupsForVpcResult |
GetSecurityGroupsForVpcResult.withSecurityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
GetSecurityGroupsForVpcResult |
GetSecurityGroupsForVpcResult.withSecurityGroupForVpcs(SecurityGroupForVpc... securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
Copyright © 2023. All rights reserved.