Uses of Class
software.amazon.awssdk.services.datazone.model.HyperPodPropertiesInput
-
Packages that use HyperPodPropertiesInput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of HyperPodPropertiesInput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return HyperPodPropertiesInput Modifier and Type Method Description HyperPodPropertiesInputConnectionPropertiesInput. hyperPodProperties()The hyper pod properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type HyperPodPropertiesInput Modifier and Type Method Description static ConnectionPropertiesInputConnectionPropertiesInput. fromHyperPodProperties(HyperPodPropertiesInput hyperPodProperties)Create an instance of this class withConnectionPropertiesInput.hyperPodProperties()initialized to the given value.ConnectionPropertiesInput.BuilderConnectionPropertiesInput.Builder. hyperPodProperties(HyperPodPropertiesInput hyperPodProperties)The hyper pod properties of a connection.
-