Uses of Class
software.amazon.awssdk.services.amp.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.amp.model -
-
Uses of Destination in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return Destination Modifier and Type Method Description DestinationCreateScraperRequest. destination()The destination that the scraper will be producing metrics to.DestinationScraperDescription. destination()The destination that the scraper is producing metrics to.DestinationScraperSummary. destination()The destination that the scraper is producing metrics to.static DestinationDestination. fromAmpConfiguration(Consumer<AmpConfiguration.Builder> ampConfiguration)Create an instance of this class withampConfiguration()initialized to the given value.static DestinationDestination. fromAmpConfiguration(AmpConfiguration ampConfiguration)Create an instance of this class withampConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.amp.model with parameters of type Destination Modifier and Type Method Description CreateScraperRequest.BuilderCreateScraperRequest.Builder. destination(Destination destination)The destination that the scraper will be producing metrics to.ScraperDescription.BuilderScraperDescription.Builder. destination(Destination destination)The destination that the scraper is producing metrics to.ScraperSummary.BuilderScraperSummary.Builder. destination(Destination destination)The destination that the scraper is producing metrics to.
-