Uses of Interface
software.amazon.awssdk.services.greengrass.model.ListDeviceDefinitionVersionsRequest.Builder
-
Packages that use ListDeviceDefinitionVersionsRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of ListDeviceDefinitionVersionsRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type ListDeviceDefinitionVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeviceDefinitionVersionsResponse>GreengrassAsyncClient. listDeviceDefinitionVersions(Consumer<ListDeviceDefinitionVersionsRequest.Builder> listDeviceDefinitionVersionsRequest)Lists the versions of a device definition.default ListDeviceDefinitionVersionsResponseGreengrassClient. listDeviceDefinitionVersions(Consumer<ListDeviceDefinitionVersionsRequest.Builder> listDeviceDefinitionVersionsRequest)Lists the versions of a device definition. -
Uses of ListDeviceDefinitionVersionsRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return ListDeviceDefinitionVersionsRequest.Builder Modifier and Type Method Description static ListDeviceDefinitionVersionsRequest.BuilderListDeviceDefinitionVersionsRequest. builder()ListDeviceDefinitionVersionsRequest.BuilderListDeviceDefinitionVersionsRequest.Builder. deviceDefinitionId(String deviceDefinitionId)The ID of the device definition.ListDeviceDefinitionVersionsRequest.BuilderListDeviceDefinitionVersionsRequest.Builder. maxResults(String maxResults)The maximum number of results to be returned per request.ListDeviceDefinitionVersionsRequest.BuilderListDeviceDefinitionVersionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.ListDeviceDefinitionVersionsRequest.BuilderListDeviceDefinitionVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeviceDefinitionVersionsRequest.BuilderListDeviceDefinitionVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeviceDefinitionVersionsRequest.BuilderListDeviceDefinitionVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ListDeviceDefinitionVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeviceDefinitionVersionsRequest.Builder>ListDeviceDefinitionVersionsRequest. serializableBuilderClass()
-