| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointDetails |
ConfigDetails.endpointDetails()
Returns the value of the EndpointDetails property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointDetails> |
CreateDataflowEndpointGroupRequest.endpointDetails()
Endpoint details of each endpoint in the dataflow endpoint group.
|
List<EndpointDetails> |
GetDataflowEndpointGroupResponse.endpointsDetails()
Details of a dataflow endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.endpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
ConfigDetails.Builder |
ConfigDetails.Builder.endpointDetails(EndpointDetails endpointDetails)
Sets the value of the EndpointDetails property for this object.
|
GetDataflowEndpointGroupResponse.Builder |
GetDataflowEndpointGroupResponse.Builder.endpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
|
static ConfigDetails |
ConfigDetails.fromEndpointDetails(EndpointDetails endpointDetails)
Create an instance of this class with
ConfigDetails.endpointDetails() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
CreateDataflowEndpointGroupRequest.Builder |
CreateDataflowEndpointGroupRequest.Builder.endpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
GetDataflowEndpointGroupResponse.Builder |
GetDataflowEndpointGroupResponse.Builder.endpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
Copyright © 2023. All rights reserved.