Uses of Interface
software.amazon.awssdk.services.iotroborunner.model.GetDestinationRequest.Builder
-
Packages that use GetDestinationRequest.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 GetDestinationRequest.Builder in software.amazon.awssdk.services.iotroborunner
Method parameters in software.amazon.awssdk.services.iotroborunner with type arguments of type GetDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDestinationResponse>IotRoboRunnerAsyncClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Grants permission to get a destinationdefault GetDestinationResponseIotRoboRunnerClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Grants permission to get a destination -
Uses of GetDestinationRequest.Builder in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return GetDestinationRequest.Builder Modifier and Type Method Description static GetDestinationRequest.BuilderGetDestinationRequest. builder()GetDestinationRequest.BuilderGetDestinationRequest.Builder. id(String id)Sets the value of the Id property for this object.GetDestinationRequest.BuilderGetDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDestinationRequest.BuilderGetDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDestinationRequest.BuilderGetDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type GetDestinationRequest.Builder Modifier and Type Method Description static Class<? extends GetDestinationRequest.Builder>GetDestinationRequest. serializableBuilderClass()
-