Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ServicePrincipalNameStatus
-
Packages that use ServicePrincipalNameStatus Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of ServicePrincipalNameStatus in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return ServicePrincipalNameStatus Modifier and Type Method Description static ServicePrincipalNameStatusServicePrincipalNameStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServicePrincipalNameStatusServicePrincipalName. status()The status of a service principal name.ServicePrincipalNameStatusServicePrincipalNameSummary. status()The status of a service principal name.static ServicePrincipalNameStatusServicePrincipalNameStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServicePrincipalNameStatus[]ServicePrincipalNameStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type ServicePrincipalNameStatus Modifier and Type Method Description static Set<ServicePrincipalNameStatus>ServicePrincipalNameStatus. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type ServicePrincipalNameStatus Modifier and Type Method Description ServicePrincipalName.BuilderServicePrincipalName.Builder. status(ServicePrincipalNameStatus status)The status of a service principal name.ServicePrincipalNameSummary.BuilderServicePrincipalNameSummary.Builder. status(ServicePrincipalNameStatus status)The status of a service principal name.
-