Uses of Class
software.amazon.awssdk.services.guardduty.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Destination in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Destination Modifier and Type Method Description List<Destination>ListPublishingDestinationsResponse. destinations()ADestinationsobject that includes information about each publishing destination returned.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type Destination Modifier and Type Method Description ListPublishingDestinationsResponse.BuilderListPublishingDestinationsResponse.Builder. destinations(Destination... destinations)ADestinationsobject that includes information about each publishing destination returned.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Destination Modifier and Type Method Description ListPublishingDestinationsResponse.BuilderListPublishingDestinationsResponse.Builder. destinations(Collection<Destination> destinations)ADestinationsobject that includes information about each publishing destination returned.
-