| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation |
Welcome to the AWS Ground Station API Reference.
|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDataflowEndpointGroupResponse> |
GroundStationAsyncClient.createDataflowEndpointGroup(Consumer<CreateDataflowEndpointGroupRequest.Builder> createDataflowEndpointGroupRequest)
Creates a
DataflowEndpoint group containing the specified list of DataflowEndpoint
objects. |
default CreateDataflowEndpointGroupResponse |
GroundStationClient.createDataflowEndpointGroup(Consumer<CreateDataflowEndpointGroupRequest.Builder> createDataflowEndpointGroupRequest)
Creates a
DataflowEndpoint group containing the specified list of DataflowEndpoint
objects. |
| Modifier and Type | Method and Description |
|---|---|
static CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.builder() |
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.contactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
POSTPASS state. |
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.contactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be
in a
PREPASS state. |
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.endpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.endpointDetails(Consumer<EndpointDetails.Builder>... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.endpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.tags(Map<String,String> tags)
Tags of a dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDataflowEndpointGroupRequest.Builder> |
CreateDataflowEndpointGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.