Uses of Class
software.amazon.awssdk.services.greengrass.model.CreateCoreDefinitionResponse
-
Packages that use CreateCoreDefinitionResponse 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 CreateCoreDefinitionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return CreateCoreDefinitionResponse Modifier and Type Method Description default CreateCoreDefinitionResponseGreengrassClient. createCoreDefinition(Consumer<CreateCoreDefinitionRequest.Builder> createCoreDefinitionRequest)Creates a core definition.default CreateCoreDefinitionResponseGreengrassClient. createCoreDefinition(CreateCoreDefinitionRequest createCoreDefinitionRequest)Creates a core definition.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type CreateCoreDefinitionResponse Modifier and Type Method Description default CompletableFuture<CreateCoreDefinitionResponse>GreengrassAsyncClient. createCoreDefinition(Consumer<CreateCoreDefinitionRequest.Builder> createCoreDefinitionRequest)Creates a core definition.default CompletableFuture<CreateCoreDefinitionResponse>GreengrassAsyncClient. createCoreDefinition(CreateCoreDefinitionRequest createCoreDefinitionRequest)Creates a core definition.
-