Uses of Class
software.amazon.awssdk.services.servicediscovery.model.OperationTargetType
-
Packages that use OperationTargetType Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of OperationTargetType in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return OperationTargetType Modifier and Type Method Description static OperationTargetTypeOperationTargetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OperationTargetTypeOperationTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTargetType[]OperationTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type OperationTargetType Modifier and Type Method Description static Set<OperationTargetType>OperationTargetType. knownValues()Map<OperationTargetType,String>Operation. targets()The name of the target entity that's associated with the operation:Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type OperationTargetType Modifier and Type Method Description Operation.BuilderOperation.Builder. targets(Map<OperationTargetType,String> targets)The name of the target entity that's associated with the operation:
-