Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.FailureCode
-
Packages that use FailureCode Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of FailureCode in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return FailureCode Modifier and Type Method Description FailureCodeChangeSetSummaryListItem. failureCode()Returned if the change set is inFAILEDstatus.FailureCodeDescribeChangeSetResponse. failureCode()Returned if the change set is inFAILEDstatus.static FailureCodeFailureCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FailureCodeFailureCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureCode[]FailureCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type FailureCode Modifier and Type Method Description static Set<FailureCode>FailureCode. knownValues()Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type FailureCode Modifier and Type Method Description ChangeSetSummaryListItem.BuilderChangeSetSummaryListItem.Builder. failureCode(FailureCode failureCode)Returned if the change set is inFAILEDstatus.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. failureCode(FailureCode failureCode)Returned if the change set is inFAILEDstatus.
-