Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.GetDecoderManifestRequest.Builder
-
Packages that use GetDecoderManifestRequest.Builder Package Description software.amazon.awssdk.services.iotfleetwise Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle data to the Amazon Web Services cloud at scale.software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of GetDecoderManifestRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type GetDecoderManifestRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDecoderManifestResponse>IoTFleetWiseAsyncClient. getDecoderManifest(Consumer<GetDecoderManifestRequest.Builder> getDecoderManifestRequest)Retrieves information about a created decoder manifest.default GetDecoderManifestResponseIoTFleetWiseClient. getDecoderManifest(Consumer<GetDecoderManifestRequest.Builder> getDecoderManifestRequest)Retrieves information about a created decoder manifest. -
Uses of GetDecoderManifestRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return GetDecoderManifestRequest.Builder Modifier and Type Method Description static GetDecoderManifestRequest.BuilderGetDecoderManifestRequest. builder()GetDecoderManifestRequest.BuilderGetDecoderManifestRequest.Builder. name(String name)The name of the decoder manifest to retrieve information about.GetDecoderManifestRequest.BuilderGetDecoderManifestRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDecoderManifestRequest.BuilderGetDecoderManifestRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDecoderManifestRequest.BuilderGetDecoderManifestRequest. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type GetDecoderManifestRequest.Builder Modifier and Type Method Description static Class<? extends GetDecoderManifestRequest.Builder>GetDecoderManifestRequest. serializableBuilderClass()
-