| Package | Description |
|---|---|
| com.amazonaws.services.robomaker |
This section provides documentation for the AWS RoboMaker API operations.
|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetResult |
AWSRoboMaker.createFleet(CreateFleetRequest createFleetRequest)
Creates a fleet, a logical group of robots running the same robot application.
|
CreateFleetResult |
AbstractAWSRoboMaker.createFleet(CreateFleetRequest request) |
CreateFleetResult |
AWSRoboMakerClient.createFleet(CreateFleetRequest request)
Creates a fleet, a logical group of robots running the same robot application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetResult> |
AbstractAWSRoboMakerAsync.createFleetAsync(CreateFleetRequest request) |
Future<CreateFleetResult> |
AWSRoboMakerAsync.createFleetAsync(CreateFleetRequest createFleetRequest)
Creates a fleet, a logical group of robots running the same robot application.
|
Future<CreateFleetResult> |
AWSRoboMakerAsyncClient.createFleetAsync(CreateFleetRequest request) |
Future<CreateFleetResult> |
AbstractAWSRoboMakerAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AWSRoboMakerAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet, a logical group of robots running the same robot application.
|
Future<CreateFleetResult> |
AWSRoboMakerAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetResult> |
AbstractAWSRoboMakerAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AWSRoboMakerAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet, a logical group of robots running the same robot application.
|
Future<CreateFleetResult> |
AWSRoboMakerAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFleetResult |
CreateFleetResult.addTagsEntry(String key,
String value) |
CreateFleetResult |
CreateFleetResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFleetResult |
CreateFleetResult.clone() |
CreateFleetResult |
CreateFleetResult.withArn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
CreateFleetResult |
CreateFleetResult.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
CreateFleetResult |
CreateFleetResult.withName(String name)
The name of the fleet.
|
CreateFleetResult |
CreateFleetResult.withTags(Map<String,String> tags)
The list of all tags added to the fleet.
|
Copyright © 2019. All rights reserved.