Uses of Class
software.amazon.awssdk.services.groundstation.model.GetDataflowEndpointGroupResponse
-
Packages that use GetDataflowEndpointGroupResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference. -
-
Uses of GetDataflowEndpointGroupResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return GetDataflowEndpointGroupResponse Modifier and Type Method Description default GetDataflowEndpointGroupResponseGroundStationClient. getDataflowEndpointGroup(Consumer<GetDataflowEndpointGroupRequest.Builder> getDataflowEndpointGroupRequest)Returns the dataflow endpoint group.default GetDataflowEndpointGroupResponseGroundStationClient. getDataflowEndpointGroup(GetDataflowEndpointGroupRequest getDataflowEndpointGroupRequest)Returns the dataflow endpoint group.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type GetDataflowEndpointGroupResponse Modifier and Type Method Description default CompletableFuture<GetDataflowEndpointGroupResponse>GroundStationAsyncClient. getDataflowEndpointGroup(Consumer<GetDataflowEndpointGroupRequest.Builder> getDataflowEndpointGroupRequest)Returns the dataflow endpoint group.default CompletableFuture<GetDataflowEndpointGroupResponse>GroundStationAsyncClient. getDataflowEndpointGroup(GetDataflowEndpointGroupRequest getDataflowEndpointGroupRequest)Returns the dataflow endpoint group.
-