Uses of Class
software.amazon.awssdk.services.b2bi.model.CapabilityType
-
Packages that use CapabilityType Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of CapabilityType in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return CapabilityType Modifier and Type Method Description static CapabilityTypeCapabilityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapabilityTypeCapabilitySummary. type()Returns the type of the capability.CapabilityTypeCreateCapabilityRequest. type()Specifies the type of the capability.CapabilityTypeCreateCapabilityResponse. type()Returns the type of the capability.CapabilityTypeGetCapabilityResponse. type()Returns the type of the capability.CapabilityTypeUpdateCapabilityResponse. type()Returns the type of the capability.static CapabilityTypeCapabilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityType[]CapabilityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type CapabilityType Modifier and Type Method Description static Set<CapabilityType>CapabilityType. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type CapabilityType Modifier and Type Method Description CapabilitySummary.BuilderCapabilitySummary.Builder. type(CapabilityType type)Returns the type of the capability.CreateCapabilityRequest.BuilderCreateCapabilityRequest.Builder. type(CapabilityType type)Specifies the type of the capability.CreateCapabilityResponse.BuilderCreateCapabilityResponse.Builder. type(CapabilityType type)Returns the type of the capability.GetCapabilityResponse.BuilderGetCapabilityResponse.Builder. type(CapabilityType type)Returns the type of the capability.UpdateCapabilityResponse.BuilderUpdateCapabilityResponse.Builder. type(CapabilityType type)Returns the type of the capability.
-