| Package | Description |
|---|---|
| com.amazonaws.services.groundstation |
Welcome to the AWS Ground Station API Reference.
|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
GetDataflowEndpointGroupResult |
AWSGroundStation.getDataflowEndpointGroup(GetDataflowEndpointGroupRequest getDataflowEndpointGroupRequest)
Returns the dataflow endpoint group.
|
GetDataflowEndpointGroupResult |
AWSGroundStationClient.getDataflowEndpointGroup(GetDataflowEndpointGroupRequest request)
Returns the dataflow endpoint group.
|
GetDataflowEndpointGroupResult |
AbstractAWSGroundStation.getDataflowEndpointGroup(GetDataflowEndpointGroupRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataflowEndpointGroupResult> |
AbstractAWSGroundStationAsync.getDataflowEndpointGroupAsync(GetDataflowEndpointGroupRequest request,
AsyncHandler<GetDataflowEndpointGroupRequest,GetDataflowEndpointGroupResult> asyncHandler) |
Future<GetDataflowEndpointGroupResult> |
AWSGroundStationAsync.getDataflowEndpointGroupAsync(GetDataflowEndpointGroupRequest getDataflowEndpointGroupRequest,
AsyncHandler<GetDataflowEndpointGroupRequest,GetDataflowEndpointGroupResult> asyncHandler)
Returns the dataflow endpoint group.
|
Future<GetDataflowEndpointGroupResult> |
AWSGroundStationAsyncClient.getDataflowEndpointGroupAsync(GetDataflowEndpointGroupRequest request,
AsyncHandler<GetDataflowEndpointGroupRequest,GetDataflowEndpointGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.addTagsEntry(String key,
String value) |
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.clone() |
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.withDataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
|
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.withDataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
|
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.withEndpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.withEndpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.withTags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
|
Copyright © 2020. All rights reserved.