Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PlacementGroup |
PlacementGroup.clone() |
PlacementGroup |
CreatePlacementGroupResult.getPlacementGroup()
Information about the placement group.
|
PlacementGroup |
PlacementGroup.withGroupArn(String groupArn)
The Amazon Resource Name (ARN) of the placement group.
|
PlacementGroup |
PlacementGroup.withGroupId(String groupId)
The ID of the placement group.
|
PlacementGroup |
PlacementGroup.withGroupName(String groupName)
The name of the placement group.
|
PlacementGroup |
PlacementGroup.withPartitionCount(Integer partitionCount)
The number of partitions.
|
PlacementGroup |
PlacementGroup.withSpreadLevel(SpreadLevel spreadLevel)
The spread level for the placement group.
|
PlacementGroup |
PlacementGroup.withSpreadLevel(String spreadLevel)
The spread level for the placement group.
|
PlacementGroup |
PlacementGroup.withState(PlacementGroupState state)
The state of the placement group.
|
PlacementGroup |
PlacementGroup.withState(String state)
The state of the placement group.
|
PlacementGroup |
PlacementGroup.withStrategy(PlacementStrategy strategy)
The placement strategy.
|
PlacementGroup |
PlacementGroup.withStrategy(String strategy)
The placement strategy.
|
PlacementGroup |
PlacementGroup.withTags(Collection<Tag> tags)
Any tags applied to the placement group.
|
PlacementGroup |
PlacementGroup.withTags(Tag... tags)
Any tags applied to the placement group.
|
Modifier and Type | Method and Description |
---|---|
List<PlacementGroup> |
DescribePlacementGroupsResult.getPlacementGroups()
Information about the placement groups.
|
Modifier and Type | Method and Description |
---|---|
void |
CreatePlacementGroupResult.setPlacementGroup(PlacementGroup placementGroup)
Information about the placement group.
|
CreatePlacementGroupResult |
CreatePlacementGroupResult.withPlacementGroup(PlacementGroup placementGroup)
Information about the placement group.
|
DescribePlacementGroupsResult |
DescribePlacementGroupsResult.withPlacementGroups(PlacementGroup... placementGroups)
Information about the placement groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePlacementGroupsResult.setPlacementGroups(Collection<PlacementGroup> placementGroups)
Information about the placement groups.
|
DescribePlacementGroupsResult |
DescribePlacementGroupsResult.withPlacementGroups(Collection<PlacementGroup> placementGroups)
Information about the placement groups.
|
Copyright © 2023. All rights reserved.