| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static ServicePrincipalNameStatus |
ServicePrincipalNameStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServicePrincipalNameStatus |
ServicePrincipalNameSummary.status()
The status of a service principal name.
|
ServicePrincipalNameStatus |
ServicePrincipalName.status()
The status of a service principal name.
|
static ServicePrincipalNameStatus |
ServicePrincipalNameStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ServicePrincipalNameStatus> |
ServicePrincipalNameStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipalNameSummary.Builder |
ServicePrincipalNameSummary.Builder.status(ServicePrincipalNameStatus status)
The status of a service principal name.
|
ServicePrincipalName.Builder |
ServicePrincipalName.Builder.status(ServicePrincipalNameStatus status)
The status of a service principal name.
|
Copyright © 2023. All rights reserved.