Uses of Class
com.amazonaws.services.ec2.model.CreatePlacementGroupRequest
Packages that use CreatePlacementGroupRequest
-
Uses of CreatePlacementGroupRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreatePlacementGroupRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createPlacementGroup
(CreatePlacementGroupRequest request) AmazonEC2.createPlacementGroup
(CreatePlacementGroupRequest createPlacementGroupRequest) Creates a placement group that you launch cluster instances into.AmazonEC2Client.createPlacementGroup
(CreatePlacementGroupRequest createPlacementGroupRequest) Creates a placement group that you launch cluster instances into.AbstractAmazonEC2Async.createPlacementGroupAsync
(CreatePlacementGroupRequest request) AbstractAmazonEC2Async.createPlacementGroupAsync
(CreatePlacementGroupRequest request, AsyncHandler<CreatePlacementGroupRequest, CreatePlacementGroupResult> asyncHandler) AmazonEC2Async.createPlacementGroupAsync
(CreatePlacementGroupRequest createPlacementGroupRequest) Creates a placement group that you launch cluster instances into.AmazonEC2Async.createPlacementGroupAsync
(CreatePlacementGroupRequest createPlacementGroupRequest, AsyncHandler<CreatePlacementGroupRequest, CreatePlacementGroupResult> asyncHandler) Creates a placement group that you launch cluster instances into.AmazonEC2AsyncClient.createPlacementGroupAsync
(CreatePlacementGroupRequest request) AmazonEC2AsyncClient.createPlacementGroupAsync
(CreatePlacementGroupRequest request, AsyncHandler<CreatePlacementGroupRequest, CreatePlacementGroupResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreatePlacementGroupRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createPlacementGroupAsync
(CreatePlacementGroupRequest request, AsyncHandler<CreatePlacementGroupRequest, CreatePlacementGroupResult> asyncHandler) AmazonEC2Async.createPlacementGroupAsync
(CreatePlacementGroupRequest createPlacementGroupRequest, AsyncHandler<CreatePlacementGroupRequest, CreatePlacementGroupResult> asyncHandler) Creates a placement group that you launch cluster instances into.AmazonEC2AsyncClient.createPlacementGroupAsync
(CreatePlacementGroupRequest request, AsyncHandler<CreatePlacementGroupRequest, CreatePlacementGroupResult> asyncHandler) -
Uses of CreatePlacementGroupRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreatePlacementGroupRequestModifier and TypeMethodDescriptionCreatePlacementGroupRequest.clone()
CreatePlacementGroupRequest.withGroupName
(String groupName) A name for the placement group.CreatePlacementGroupRequest.withStrategy
(PlacementStrategy strategy) The placement strategy.CreatePlacementGroupRequest.withStrategy
(String strategy) The placement strategy.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreatePlacementGroupRequestModifier and TypeMethodDescriptionCreatePlacementGroupRequest.getDryRunRequest()
This method is intended for internal use only.