Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DeleteAgentErrorCode
-
Packages that use DeleteAgentErrorCode Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of DeleteAgentErrorCode in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return DeleteAgentErrorCode Modifier and Type Method Description DeleteAgentErrorCodeBatchDeleteAgentError. errorCode()The type of error that occurred for the delete failed agent.static DeleteAgentErrorCodeDeleteAgentErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeleteAgentErrorCodeDeleteAgentErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteAgentErrorCode[]DeleteAgentErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type DeleteAgentErrorCode Modifier and Type Method Description static Set<DeleteAgentErrorCode>DeleteAgentErrorCode. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type DeleteAgentErrorCode Modifier and Type Method Description BatchDeleteAgentError.BuilderBatchDeleteAgentError.Builder. errorCode(DeleteAgentErrorCode errorCode)The type of error that occurred for the delete failed agent.
-