Uses of Interface
software.amazon.awssdk.services.groundstation.model.DiscoveryData.Builder
-
Packages that use DiscoveryData.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of DiscoveryData.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return DiscoveryData.Builder Modifier and Type Method Description static DiscoveryData.BuilderDiscoveryData. builder()DiscoveryData.BuilderDiscoveryData.Builder. capabilityArns(String... capabilityArns)List of capabilities to associate with agent.DiscoveryData.BuilderDiscoveryData.Builder. capabilityArns(Collection<String> capabilityArns)List of capabilities to associate with agent.DiscoveryData.BuilderDiscoveryData.Builder. privateIpAddresses(String... privateIpAddresses)List of private IP addresses to associate with agent.DiscoveryData.BuilderDiscoveryData.Builder. privateIpAddresses(Collection<String> privateIpAddresses)List of private IP addresses to associate with agent.DiscoveryData.BuilderDiscoveryData.Builder. publicIpAddresses(String... publicIpAddresses)List of public IP addresses to associate with agent.DiscoveryData.BuilderDiscoveryData.Builder. publicIpAddresses(Collection<String> publicIpAddresses)List of public IP addresses to associate with agent.DiscoveryData.BuilderDiscoveryData. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type DiscoveryData.Builder Modifier and Type Method Description static Class<? extends DiscoveryData.Builder>DiscoveryData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type DiscoveryData.Builder Modifier and Type Method Description default RegisterAgentRequest.BuilderRegisterAgentRequest.Builder. discoveryData(Consumer<DiscoveryData.Builder> discoveryData)Data for associating an agent with the capabilities it is managing.
-