public interface RouteTableAssociation
RouteTableAssociation
resource.
Each RouteTableAssociation
object is uniquely identified by
these identifier(s):
Modifier and Type | Method and Description |
---|---|
void |
delete(DisassociateRouteTableRequest request)
Performs the
Delete action. |
void |
delete(DisassociateRouteTableRequest request,
ResultCapture<Void> extractor)
Performs the
Delete action and use a ResultCapture to
retrieve the low-level client response. |
String |
getId()
Gets the value of the Id identifier.
|
Boolean |
getMain()
Gets the value of the Main attribute.
|
RouteTable |
getRouteTable()
Retrieves the
RouteTable resource referenced by this
resource. |
String |
getRouteTableId()
Gets the value of the RouteTableId attribute.
|
Subnet |
getSubnet()
Retrieves the
Subnet resource referenced by this resource. |
String |
getSubnetId()
Gets the value of the SubnetId attribute.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
RouteTableAssociation |
replaceSubnet(ReplaceRouteTableAssociationRequest request)
Performs the
ReplaceSubnet action. |
RouteTableAssociation |
replaceSubnet(ReplaceRouteTableAssociationRequest request,
ResultCapture<ReplaceRouteTableAssociationResult> extractor)
Performs the
ReplaceSubnet action and use a ResultCapture to
retrieve the low-level client response. |
boolean isLoaded()
false
, calls to attribute getter methods on this
instance will make an implicit call to load()
to retrieve the
value.String getId()
Boolean getMain()
load()
is made to retrieve the value of the attribute.String getSubnetId()
load()
is made to retrieve the value of the
attribute.String getRouteTableId()
load()
is made to retrieve the value of the
attribute.RouteTable getRouteTable()
RouteTable
resource referenced by this
resource.Subnet getSubnet()
Subnet
resource referenced by this resource.RouteTableAssociation replaceSubnet(ReplaceRouteTableAssociationRequest request)
ReplaceSubnet
action.
The following request parameters will be populated from the data of this
RouteTableAssociation
resource, and any conflicting
parameter value set in the request will be overridden:
AssociationId
- mapped from the Id
identifier.
RouteTableAssociation
resource object associated
with the result of this action.ReplaceRouteTableAssociationRequest
RouteTableAssociation replaceSubnet(ReplaceRouteTableAssociationRequest request, ResultCapture<ReplaceRouteTableAssociationResult> extractor)
ReplaceSubnet
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
RouteTableAssociation
resource, and any conflicting
parameter value set in the request will be overridden:
AssociationId
- mapped from the Id
identifier.
RouteTableAssociation
resource object associated
with the result of this action.ReplaceRouteTableAssociationRequest
void delete(DisassociateRouteTableRequest request)
Delete
action.
The following request parameters will be populated from the data of this
RouteTableAssociation
resource, and any conflicting
parameter value set in the request will be overridden:
AssociationId
- mapped from the Id
identifier.
DisassociateRouteTableRequest
void delete(DisassociateRouteTableRequest request, ResultCapture<Void> extractor)
Delete
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
RouteTableAssociation
resource, and any conflicting
parameter value set in the request will be overridden:
AssociationId
- mapped from the Id
identifier.
DisassociateRouteTableRequest
Copyright © 2014. All rights reserved.