Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.ListDecoderManifestNetworkInterfacesRequest.Builder
-
Packages that use ListDecoderManifestNetworkInterfacesRequest.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 ListDecoderManifestNetworkInterfacesRequest.Builder in software.amazon.awssdk.services.iotfleetwise
-
Uses of ListDecoderManifestNetworkInterfacesRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return ListDecoderManifestNetworkInterfacesRequest.Builder Modifier and Type Method Description static ListDecoderManifestNetworkInterfacesRequest.BuilderListDecoderManifestNetworkInterfacesRequest. builder()ListDecoderManifestNetworkInterfacesRequest.BuilderListDecoderManifestNetworkInterfacesRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return, between 1 and 100, inclusive.ListDecoderManifestNetworkInterfacesRequest.BuilderListDecoderManifestNetworkInterfacesRequest.Builder. name(String name)The name of the decoder manifest to list information about.ListDecoderManifestNetworkInterfacesRequest.BuilderListDecoderManifestNetworkInterfacesRequest.Builder. nextToken(String nextToken)A pagination token for the next set of results.ListDecoderManifestNetworkInterfacesRequest.BuilderListDecoderManifestNetworkInterfacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDecoderManifestNetworkInterfacesRequest.BuilderListDecoderManifestNetworkInterfacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDecoderManifestNetworkInterfacesRequest.BuilderListDecoderManifestNetworkInterfacesRequest. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type ListDecoderManifestNetworkInterfacesRequest.Builder Modifier and Type Method Description static Class<? extends ListDecoderManifestNetworkInterfacesRequest.Builder>ListDecoderManifestNetworkInterfacesRequest. serializableBuilderClass()
-