Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.DestinationType
Packages that use DestinationType
-
Uses of DestinationType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DestinationTypeModifier and TypeMethodDescriptionfinal DestinationTypeListMetadataTransferJobsRequest.destinationType()The metadata transfer job's destination type.static DestinationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DestinationTypeDestinationConfiguration.type()The destination type.static DestinationTypeReturns the enum constant of this type with the specified name.static DestinationType[]DestinationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type DestinationTypeMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type DestinationTypeModifier and TypeMethodDescriptionListMetadataTransferJobsRequest.Builder.destinationType(DestinationType destinationType) The metadata transfer job's destination type.DestinationConfiguration.Builder.type(DestinationType type) The destination type.