Uses of Interface
software.amazon.awssdk.services.iotroborunner.model.ListDestinationsResponse.Builder
-
Packages that use ListDestinationsResponse.Builder Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of ListDestinationsResponse.Builder in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return ListDestinationsResponse.Builder Modifier and Type Method Description static ListDestinationsResponse.BuilderListDestinationsResponse. builder()ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinations(Collection<Destination> destinations)Sets the value of the Destinations property for this object.ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinations(Consumer<Destination.Builder>... destinations)Sets the value of the Destinations property for this object.ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinations(Destination... destinations)Sets the value of the Destinations property for this object.ListDestinationsResponse.BuilderListDestinationsResponse.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListDestinationsResponse.BuilderListDestinationsResponse. toBuilder()Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type ListDestinationsResponse.Builder Modifier and Type Method Description static Class<? extends ListDestinationsResponse.Builder>ListDestinationsResponse. serializableBuilderClass()
-