Uses of Class
software.amazon.awssdk.services.appfabric.model.ResultStatus
-
Packages that use ResultStatus Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of ResultStatus in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return ResultStatus Modifier and Type Method Description static ResultStatusResultStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResultStatusUserAccessResultItem. resultStatus()The status of the user access result item.static ResultStatusResultStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultStatus[]ResultStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type ResultStatus Modifier and Type Method Description static Set<ResultStatus>ResultStatus. knownValues()Methods in software.amazon.awssdk.services.appfabric.model with parameters of type ResultStatus Modifier and Type Method Description UserAccessResultItem.BuilderUserAccessResultItem.Builder. resultStatus(ResultStatus resultStatus)The status of the user access result item.
-