Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CarrierGateway |
CarrierGateway.clone() |
CarrierGateway |
DeleteCarrierGatewayResult.getCarrierGateway()
Information about the carrier gateway.
|
CarrierGateway |
CreateCarrierGatewayResult.getCarrierGateway()
Information about the carrier gateway.
|
CarrierGateway |
CarrierGateway.withCarrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
CarrierGateway |
CarrierGateway.withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the carrier gateway.
|
CarrierGateway |
CarrierGateway.withState(CarrierGatewayState state)
The state of the carrier gateway.
|
CarrierGateway |
CarrierGateway.withState(String state)
The state of the carrier gateway.
|
CarrierGateway |
CarrierGateway.withTags(Collection<Tag> tags)
The tags assigned to the carrier gateway.
|
CarrierGateway |
CarrierGateway.withTags(Tag... tags)
The tags assigned to the carrier gateway.
|
CarrierGateway |
CarrierGateway.withVpcId(String vpcId)
The ID of the VPC associated with the carrier gateway.
|
Modifier and Type | Method and Description |
---|---|
List<CarrierGateway> |
DescribeCarrierGatewaysResult.getCarrierGateways()
Information about the carrier gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteCarrierGatewayResult.setCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
void |
CreateCarrierGatewayResult.setCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
DeleteCarrierGatewayResult |
DeleteCarrierGatewayResult.withCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
CreateCarrierGatewayResult |
CreateCarrierGatewayResult.withCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
DescribeCarrierGatewaysResult |
DescribeCarrierGatewaysResult.withCarrierGateways(CarrierGateway... carrierGateways)
Information about the carrier gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCarrierGatewaysResult.setCarrierGateways(Collection<CarrierGateway> carrierGateways)
Information about the carrier gateway.
|
DescribeCarrierGatewaysResult |
DescribeCarrierGatewaysResult.withCarrierGateways(Collection<CarrierGateway> carrierGateways)
Information about the carrier gateway.
|
Copyright © 2021. All rights reserved.