Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SourceConfiguration
Packages that use SourceConfiguration
-
Uses of SourceConfiguration in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SourceConfigurationModifier and TypeMethodDescriptionfinal List<SourceConfiguration>CreateMetadataTransferJobRequest.sources()The metadata transfer job sources.final List<SourceConfiguration>GetMetadataTransferJobResponse.sources()The metadata transfer job's sources.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SourceConfigurationModifier and TypeMethodDescriptionCreateMetadataTransferJobRequest.Builder.sources(SourceConfiguration... sources) The metadata transfer job sources.GetMetadataTransferJobResponse.Builder.sources(SourceConfiguration... sources) The metadata transfer job's sources.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type SourceConfigurationModifier and TypeMethodDescriptionCreateMetadataTransferJobRequest.Builder.sources(Collection<SourceConfiguration> sources) The metadata transfer job sources.GetMetadataTransferJobResponse.Builder.sources(Collection<SourceConfiguration> sources) The metadata transfer job's sources.