Uses of Class
com.amazonaws.services.ec2.model.CreatePlacementGroupResult
-
Packages that use CreatePlacementGroupResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreatePlacementGroupResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreatePlacementGroupResult Modifier and Type Method Description CreatePlacementGroupResult
AbstractAmazonEC2. createPlacementGroup(CreatePlacementGroupRequest request)
CreatePlacementGroupResult
AmazonEC2. createPlacementGroup(CreatePlacementGroupRequest createPlacementGroupRequest)
Creates a placement group that you launch cluster instances into.CreatePlacementGroupResult
AmazonEC2Client. createPlacementGroup(CreatePlacementGroupRequest createPlacementGroupRequest)
Creates a placement group that you launch cluster instances into.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreatePlacementGroupResult Modifier and Type Method Description Future<CreatePlacementGroupResult>
AbstractAmazonEC2Async. createPlacementGroupAsync(CreatePlacementGroupRequest request, AsyncHandler<CreatePlacementGroupRequest,CreatePlacementGroupResult> asyncHandler)
Future<CreatePlacementGroupResult>
AmazonEC2Async. createPlacementGroupAsync(CreatePlacementGroupRequest createPlacementGroupRequest, AsyncHandler<CreatePlacementGroupRequest,CreatePlacementGroupResult> asyncHandler)
Creates a placement group that you launch cluster instances into.Future<CreatePlacementGroupResult>
AmazonEC2AsyncClient. createPlacementGroupAsync(CreatePlacementGroupRequest request, AsyncHandler<CreatePlacementGroupRequest,CreatePlacementGroupResult> asyncHandler)
-
Uses of CreatePlacementGroupResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreatePlacementGroupResult Modifier and Type Method Description CreatePlacementGroupResult
CreatePlacementGroupResult. clone()
-