| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSecurityGroupsForVpcResponse> |
Ec2AsyncClient.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.
|
default GetSecurityGroupsForVpcResponse |
Ec2Client.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.
|
default GetSecurityGroupsForVpcPublisher |
Ec2AsyncClient.getSecurityGroupsForVpcPaginator(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.
|
default GetSecurityGroupsForVpcIterable |
Ec2Client.getSecurityGroupsForVpcPaginator(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.
|
| Constructor and Description |
|---|
GetSecurityGroupsForVpcIterable(Ec2Client client,
GetSecurityGroupsForVpcRequest firstRequest) |
GetSecurityGroupsForVpcPublisher(Ec2AsyncClient client,
GetSecurityGroupsForVpcRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetSecurityGroupsForVpcRequestMarshaller.marshall(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest) |
Copyright © 2023. All rights reserved.