public interface PlacementGroup
PlacementGroup
resource.
Each PlacementGroup
object is uniquely identified by these
identifier(s):
Modifier and Type | Method and Description |
---|---|
void |
delete()
The convenient method form for the
Delete action. |
void |
delete(DeletePlacementGroupRequest request)
Performs the
Delete action. |
void |
delete(DeletePlacementGroupRequest request,
ResultCapture<Void> extractor)
Performs the
Delete action and use a ResultCapture to
retrieve the low-level client response. |
void |
delete(ResultCapture<Void> extractor)
The convenient method form for the
Delete action. |
InstanceCollection |
getInstances()
Retrieves the Instances collection referenced by this resource.
|
InstanceCollection |
getInstances(DescribeInstancesRequest request)
Retrieves the Instances collection referenced by this resource.
|
String |
getName()
Gets the value of the Name identifier.
|
String |
getState()
Gets the value of the State attribute.
|
String |
getStrategy()
Gets the value of the Strategy attribute.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
boolean |
load()
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(DescribePlacementGroupsRequest request)
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(DescribePlacementGroupsRequest request,
ResultCapture<DescribePlacementGroupsResult> extractor)
Makes a call to the service to load this resource's attributes if they
are not loaded yet, and use a ResultCapture to retrieve the low-level
client response
The following request parameters will be populated from the data of this
PlacementGroup resource, and any conflicting parameter value
set in the request will be overridden:
GroupNames.0
- mapped from the Name identifier. |
boolean isLoaded()
false
, calls to attribute getter methods on this
instance will make an implicit call to load()
to retrieve the
value.boolean load()
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.load(DescribePlacementGroupsRequest)
boolean load(DescribePlacementGroupsRequest request)
PlacementGroup
resource, and any conflicting parameter value
set in the request will be overridden:
GroupNames.0
- mapped from the Name
identifier.
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.DescribePlacementGroupsRequest
boolean load(DescribePlacementGroupsRequest request, ResultCapture<DescribePlacementGroupsResult> extractor)
PlacementGroup
resource, and any conflicting parameter value
set in the request will be overridden:
GroupNames.0
- mapped from the Name
identifier.
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.DescribePlacementGroupsRequest
String getName()
String getState()
load()
is made to retrieve the value of the
attribute.String getStrategy()
load()
is made to retrieve the value of the
attribute.InstanceCollection getInstances()
InstanceCollection getInstances(DescribeInstancesRequest request)
void delete(DeletePlacementGroupRequest request)
Delete
action.
The following request parameters will be populated from the data of this
PlacementGroup
resource, and any conflicting parameter value
set in the request will be overridden:
GroupName
- mapped from the Name
identifier.
DeletePlacementGroupRequest
void delete(DeletePlacementGroupRequest 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
PlacementGroup
resource, and any conflicting parameter value
set in the request will be overridden:
GroupName
- mapped from the Name
identifier.
DeletePlacementGroupRequest
void delete()
Delete
action.delete(DeletePlacementGroupRequest)
void delete(ResultCapture<Void> extractor)
Delete
action.Copyright © 2014. All rights reserved.