Uses of Interface
software.amazon.awssdk.services.iotroborunner.model.ListDestinationsRequest.Builder
-
Packages that use ListDestinationsRequest.Builder Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.iotroborunner.model -
-
Uses of ListDestinationsRequest.Builder in software.amazon.awssdk.services.iotroborunner
Method parameters in software.amazon.awssdk.services.iotroborunner with type arguments of type ListDestinationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDestinationsResponse>IotRoboRunnerAsyncClient. listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Grants permission to list destinationsdefault ListDestinationsResponseIotRoboRunnerClient. listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Grants permission to list destinationsdefault ListDestinationsPublisherIotRoboRunnerAsyncClient. listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Grants permission to list destinationsdefault ListDestinationsIterableIotRoboRunnerClient. listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Grants permission to list destinations -
Uses of ListDestinationsRequest.Builder in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return ListDestinationsRequest.Builder Modifier and Type Method Description static ListDestinationsRequest.BuilderListDestinationsRequest. builder()ListDestinationsRequest.BuilderListDestinationsRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListDestinationsRequest.BuilderListDestinationsRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListDestinationsRequest.BuilderListDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDestinationsRequest.BuilderListDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDestinationsRequest.BuilderListDestinationsRequest.Builder. site(String site)Sets the value of the Site property for this object.ListDestinationsRequest.BuilderListDestinationsRequest.Builder. state(String state)Sets the value of the State property for this object.ListDestinationsRequest.BuilderListDestinationsRequest.Builder. state(DestinationState state)Sets the value of the State property for this object.ListDestinationsRequest.BuilderListDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type ListDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends ListDestinationsRequest.Builder>ListDestinationsRequest. serializableBuilderClass()
-