Uses of Class
odata.msgraph.client.security.enums.KubernetesPlatform
-
Packages that use KubernetesPlatform Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.enums -
-
Uses of KubernetesPlatform in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as KubernetesPlatform Modifier and Type Field Description protected KubernetesPlatformKubernetesClusterEvidence. platformMethods in odata.msgraph.client.security.complex that return types with arguments of type KubernetesPlatform Modifier and Type Method Description Optional<KubernetesPlatform>KubernetesClusterEvidence. getPlatform()Methods in odata.msgraph.client.security.complex with parameters of type KubernetesPlatform Modifier and Type Method Description KubernetesClusterEvidence.BuilderKubernetesClusterEvidence.Builder. platform(KubernetesPlatform platform)KubernetesClusterEvidenceKubernetesClusterEvidence. withPlatform(KubernetesPlatform platform) -
Uses of KubernetesPlatform in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return KubernetesPlatform Modifier and Type Method Description static KubernetesPlatformKubernetesPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static KubernetesPlatform[]KubernetesPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.
-