| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSecurityGroupReferencesResponse |
EC2Client.describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest)
[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
default DescribeSecurityGroupReferencesResponse |
EC2Client.describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest)
[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSecurityGroupReferencesResponse> |
EC2AsyncClient.describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest)
[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
default CompletableFuture<DescribeSecurityGroupReferencesResponse> |
EC2AsyncClient.describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest)
[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSecurityGroupReferencesResponse |
DescribeSecurityGroupReferencesResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.