Uses of Class
software.amazon.awssdk.services.groundstation.model.EndpointDetails
-
Packages that use EndpointDetails Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EndpointDetails in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EndpointDetails Modifier and Type Method Description EndpointDetailsConfigDetails. endpointDetails()Returns the value of the EndpointDetails property for this object.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type EndpointDetails Modifier and Type Method Description List<EndpointDetails>CreateDataflowEndpointGroupRequest. endpointDetails()Endpoint details of each endpoint in the dataflow endpoint group.List<EndpointDetails>GetDataflowEndpointGroupResponse. endpointsDetails()Details of a dataflow endpoint.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type EndpointDetails Modifier and Type Method Description ConfigDetails.BuilderConfigDetails.Builder. endpointDetails(EndpointDetails endpointDetails)Sets the value of the EndpointDetails property for this object.CreateDataflowEndpointGroupRequest.BuilderCreateDataflowEndpointGroupRequest.Builder. endpointDetails(EndpointDetails... endpointDetails)Endpoint details of each endpoint in the dataflow endpoint group.GetDataflowEndpointGroupResponse.BuilderGetDataflowEndpointGroupResponse.Builder. endpointsDetails(EndpointDetails... endpointsDetails)Details of a dataflow endpoint.static ConfigDetailsConfigDetails. fromEndpointDetails(EndpointDetails endpointDetails)Create an instance of this class withConfigDetails.endpointDetails()initialized to the given value.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type EndpointDetails Modifier and Type Method Description CreateDataflowEndpointGroupRequest.BuilderCreateDataflowEndpointGroupRequest.Builder. endpointDetails(Collection<EndpointDetails> endpointDetails)Endpoint details of each endpoint in the dataflow endpoint group.GetDataflowEndpointGroupResponse.BuilderGetDataflowEndpointGroupResponse.Builder. endpointsDetails(Collection<EndpointDetails> endpointsDetails)Details of a dataflow endpoint.
-