Uses of Interface
software.amazon.awssdk.services.iotwireless.model.GetDestinationRequest.Builder
-
Packages that use GetDestinationRequest.Builder Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.model -
-
Uses of GetDestinationRequest.Builder in software.amazon.awssdk.services.iotwireless
Method parameters in software.amazon.awssdk.services.iotwireless with type arguments of type GetDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDestinationResponse>IotWirelessAsyncClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Gets information about a destination.default GetDestinationResponseIotWirelessClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Gets information about a destination. -
Uses of GetDestinationRequest.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return GetDestinationRequest.Builder Modifier and Type Method Description static GetDestinationRequest.BuilderGetDestinationRequest. builder()GetDestinationRequest.BuilderGetDestinationRequest.Builder. name(String name)The name of the resource to get.GetDestinationRequest.BuilderGetDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDestinationRequest.BuilderGetDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDestinationRequest.BuilderGetDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type GetDestinationRequest.Builder Modifier and Type Method Description static Class<? extends GetDestinationRequest.Builder>GetDestinationRequest. serializableBuilderClass()
-