Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.AccessDeniedReason
-
Packages that use AccessDeniedReason Package Description software.amazon.awssdk.services.directoryservicedata.model -
-
Uses of AccessDeniedReason in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return AccessDeniedReason Modifier and Type Method Description static AccessDeniedReasonAccessDeniedReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AccessDeniedReasonAccessDeniedException. reason()Reason the request was unauthorized.static AccessDeniedReasonAccessDeniedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessDeniedReason[]AccessDeniedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type AccessDeniedReason Modifier and Type Method Description static Set<AccessDeniedReason>AccessDeniedReason. knownValues()Methods in software.amazon.awssdk.services.directoryservicedata.model with parameters of type AccessDeniedReason Modifier and Type Method Description AccessDeniedException.BuilderAccessDeniedException.Builder. reason(AccessDeniedReason reason)Reason the request was unauthorized.
-