Uses of Interface
software.amazon.awssdk.services.groundstation.model.GetDataflowEndpointGroupRequest.Builder
-
Packages that use GetDataflowEndpointGroupRequest.Builder Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.model -
-
Uses of GetDataflowEndpointGroupRequest.Builder in software.amazon.awssdk.services.groundstation
Method parameters in software.amazon.awssdk.services.groundstation with type arguments of type GetDataflowEndpointGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDataflowEndpointGroupResponse>GroundStationAsyncClient. getDataflowEndpointGroup(Consumer<GetDataflowEndpointGroupRequest.Builder> getDataflowEndpointGroupRequest)Returns the dataflow endpoint group.default GetDataflowEndpointGroupResponseGroundStationClient. getDataflowEndpointGroup(Consumer<GetDataflowEndpointGroupRequest.Builder> getDataflowEndpointGroupRequest)Returns the dataflow endpoint group. -
Uses of GetDataflowEndpointGroupRequest.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return GetDataflowEndpointGroupRequest.Builder Modifier and Type Method Description static GetDataflowEndpointGroupRequest.BuilderGetDataflowEndpointGroupRequest. builder()GetDataflowEndpointGroupRequest.BuilderGetDataflowEndpointGroupRequest.Builder. dataflowEndpointGroupId(String dataflowEndpointGroupId)UUID of a dataflow endpoint group.GetDataflowEndpointGroupRequest.BuilderGetDataflowEndpointGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataflowEndpointGroupRequest.BuilderGetDataflowEndpointGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataflowEndpointGroupRequest.BuilderGetDataflowEndpointGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type GetDataflowEndpointGroupRequest.Builder Modifier and Type Method Description static Class<? extends GetDataflowEndpointGroupRequest.Builder>GetDataflowEndpointGroupRequest. serializableBuilderClass()
-