Uses of Interface
software.amazon.awssdk.services.groundstation.model.GetAgentConfigurationRequest.Builder
-
Packages that use GetAgentConfigurationRequest.Builder Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.model -
-
Uses of GetAgentConfigurationRequest.Builder in software.amazon.awssdk.services.groundstation
Method parameters in software.amazon.awssdk.services.groundstation with type arguments of type GetAgentConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAgentConfigurationResponse>GroundStationAsyncClient. getAgentConfiguration(Consumer<GetAgentConfigurationRequest.Builder> getAgentConfigurationRequest)default GetAgentConfigurationResponseGroundStationClient. getAgentConfiguration(Consumer<GetAgentConfigurationRequest.Builder> getAgentConfigurationRequest) -
Uses of GetAgentConfigurationRequest.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return GetAgentConfigurationRequest.Builder Modifier and Type Method Description GetAgentConfigurationRequest.BuilderGetAgentConfigurationRequest.Builder. agentId(String agentId)UUID of agent to get configuration information for.static GetAgentConfigurationRequest.BuilderGetAgentConfigurationRequest. builder()GetAgentConfigurationRequest.BuilderGetAgentConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgentConfigurationRequest.BuilderGetAgentConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAgentConfigurationRequest.BuilderGetAgentConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type GetAgentConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetAgentConfigurationRequest.Builder>GetAgentConfigurationRequest. serializableBuilderClass()
-