Uses of Class
software.amazon.awssdk.services.greengrass.model.CreateCoreDefinitionVersionResponse
-
Packages that use CreateCoreDefinitionVersionResponse 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 CreateCoreDefinitionVersionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return CreateCoreDefinitionVersionResponse Modifier and Type Method Description default CreateCoreDefinitionVersionResponseGreengrassClient. createCoreDefinitionVersion(Consumer<CreateCoreDefinitionVersionRequest.Builder> createCoreDefinitionVersionRequest)Creates a version of a core definition that has already been defined.default CreateCoreDefinitionVersionResponseGreengrassClient. createCoreDefinitionVersion(CreateCoreDefinitionVersionRequest createCoreDefinitionVersionRequest)Creates a version of a core definition that has already been defined.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type CreateCoreDefinitionVersionResponse Modifier and Type Method Description default CompletableFuture<CreateCoreDefinitionVersionResponse>GreengrassAsyncClient. createCoreDefinitionVersion(Consumer<CreateCoreDefinitionVersionRequest.Builder> createCoreDefinitionVersionRequest)Creates a version of a core definition that has already been defined.default CompletableFuture<CreateCoreDefinitionVersionResponse>GreengrassAsyncClient. createCoreDefinitionVersion(CreateCoreDefinitionVersionRequest createCoreDefinitionVersionRequest)Creates a version of a core definition that has already been defined.
-