| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointDetails |
EndpointDetails.clone() |
EndpointDetails |
ConfigDetails.getEndpointDetails() |
EndpointDetails |
EndpointDetails.withEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
|
EndpointDetails |
EndpointDetails.withSecurityDetails(SecurityDetails securityDetails)
Endpoint security details.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointDetails> |
CreateDataflowEndpointGroupRequest.getEndpointDetails()
Endpoint details of each endpoint in the dataflow endpoint group.
|
List<EndpointDetails> |
GetDataflowEndpointGroupResult.getEndpointsDetails()
Details of a dataflow endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigDetails.setEndpointDetails(EndpointDetails endpointDetails) |
CreateDataflowEndpointGroupRequest |
CreateDataflowEndpointGroupRequest.withEndpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
ConfigDetails |
ConfigDetails.withEndpointDetails(EndpointDetails endpointDetails) |
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.withEndpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataflowEndpointGroupRequest.setEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
void |
GetDataflowEndpointGroupResult.setEndpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
CreateDataflowEndpointGroupRequest |
CreateDataflowEndpointGroupRequest.withEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
GetDataflowEndpointGroupResult |
GetDataflowEndpointGroupResult.withEndpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
Copyright © 2021. All rights reserved.