| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotroborunner |
An example service, deployed with the Octane Service creator, which will echo the string
|
| software.amazon.awssdk.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDestinationsResponse |
IotRoboRunnerClient.listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Grants permission to list destinations
|
default CompletableFuture<ListDestinationsResponse> |
IotRoboRunnerAsyncClient.listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Grants permission to list destinations
|
default ListDestinationsIterable |
IotRoboRunnerClient.listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Grants permission to list destinations
|
default ListDestinationsPublisher |
IotRoboRunnerAsyncClient.listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Grants permission to list destinations
|
| Modifier and Type | Method and Description |
|---|---|
static ListDestinationsRequest.Builder |
ListDestinationsRequest.builder() |
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.site(String site)
Sets the value of the Site property for this object.
|
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.state(DestinationState state)
Sets the value of the State property for this object.
|
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.state(String state)
Sets the value of the State property for this object.
|
ListDestinationsRequest.Builder |
ListDestinationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDestinationsRequest.Builder> |
ListDestinationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.