| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetSecurityGroupsForVpcResponse |
Ec2Client.getSecurityGroupsForVpc(Consumer<GetSecurityGroupsForVpcRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSecurityGroupsForVpcResponse> |
Ec2AsyncClient.getSecurityGroupsForVpc(Consumer<GetSecurityGroupsForVpcRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSecurityGroupsForVpcResponse> |
GetSecurityGroupsForVpcIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSecurityGroupsForVpcPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSecurityGroupsForVpcResponse> subscriber) |
Copyright © 2023. All rights reserved.