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