Uses of Class
software.amazon.awssdk.services.greengrass.model.GetConnectorDefinitionVersionResponse
-
Packages that use GetConnectorDefinitionVersionResponse 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. -
-
Uses of GetConnectorDefinitionVersionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetConnectorDefinitionVersionResponse Modifier and Type Method Description default GetConnectorDefinitionVersionResponseGreengrassClient. getConnectorDefinitionVersion(Consumer<GetConnectorDefinitionVersionRequest.Builder> getConnectorDefinitionVersionRequest)Retrieves information about a connector definition version, including the connectors that the version contains.default GetConnectorDefinitionVersionResponseGreengrassClient. getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest getConnectorDefinitionVersionRequest)Retrieves information about a connector definition version, including the connectors that the version contains.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetConnectorDefinitionVersionResponse Modifier and Type Method Description default CompletableFuture<GetConnectorDefinitionVersionResponse>GreengrassAsyncClient. getConnectorDefinitionVersion(Consumer<GetConnectorDefinitionVersionRequest.Builder> getConnectorDefinitionVersionRequest)Retrieves information about a connector definition version, including the connectors that the version contains.default CompletableFuture<GetConnectorDefinitionVersionResponse>GreengrassAsyncClient. getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest getConnectorDefinitionVersionRequest)Retrieves information about a connector definition version, including the connectors that the version contains.
-