| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateServiceRoleToAccountResponse |
GreengrassV2Client.associateServiceRoleToAccount(AssociateServiceRoleToAccountRequest associateServiceRoleToAccountRequest)
Associates a Greengrass service role with IoT Greengrass for your Amazon Web Services account in this Amazon Web
Services Region.
|
default AssociateServiceRoleToAccountResponse |
GreengrassV2Client.associateServiceRoleToAccount(Consumer<AssociateServiceRoleToAccountRequest.Builder> associateServiceRoleToAccountRequest)
Associates a Greengrass service role with IoT Greengrass for your Amazon Web Services account in this Amazon Web
Services Region.
|
default BatchAssociateClientDeviceWithCoreDeviceResponse |
GreengrassV2Client.batchAssociateClientDeviceWithCoreDevice(BatchAssociateClientDeviceWithCoreDeviceRequest batchAssociateClientDeviceWithCoreDeviceRequest)
Associates a list of client devices with a core device.
|
default BatchAssociateClientDeviceWithCoreDeviceResponse |
GreengrassV2Client.batchAssociateClientDeviceWithCoreDevice(Consumer<BatchAssociateClientDeviceWithCoreDeviceRequest.Builder> batchAssociateClientDeviceWithCoreDeviceRequest)
Associates a list of client devices with a core device.
|
default BatchDisassociateClientDeviceFromCoreDeviceResponse |
GreengrassV2Client.batchDisassociateClientDeviceFromCoreDevice(BatchDisassociateClientDeviceFromCoreDeviceRequest batchDisassociateClientDeviceFromCoreDeviceRequest)
Disassociates a list of client devices from a core device.
|
default BatchDisassociateClientDeviceFromCoreDeviceResponse |
GreengrassV2Client.batchDisassociateClientDeviceFromCoreDevice(Consumer<BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder> batchDisassociateClientDeviceFromCoreDeviceRequest)
Disassociates a list of client devices from a core device.
|
default CancelDeploymentResponse |
GreengrassV2Client.cancelDeployment(CancelDeploymentRequest cancelDeploymentRequest)
Cancels a deployment.
|
default CancelDeploymentResponse |
GreengrassV2Client.cancelDeployment(Consumer<CancelDeploymentRequest.Builder> cancelDeploymentRequest)
Cancels a deployment.
|
default CreateComponentVersionResponse |
GreengrassV2Client.createComponentVersion(Consumer<CreateComponentVersionRequest.Builder> createComponentVersionRequest)
Creates a component.
|
default CreateComponentVersionResponse |
GreengrassV2Client.createComponentVersion(CreateComponentVersionRequest createComponentVersionRequest)
Creates a component.
|
default CreateDeploymentResponse |
GreengrassV2Client.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.
|
default CreateDeploymentResponse |
GreengrassV2Client.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.
|
default DeleteComponentResponse |
GreengrassV2Client.deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest)
Deletes a version of a component from IoT Greengrass.
|
default DeleteComponentResponse |
GreengrassV2Client.deleteComponent(DeleteComponentRequest deleteComponentRequest)
Deletes a version of a component from IoT Greengrass.
|
default DeleteCoreDeviceResponse |
GreengrassV2Client.deleteCoreDevice(Consumer<DeleteCoreDeviceRequest.Builder> deleteCoreDeviceRequest)
Deletes a Greengrass core device, which is an IoT thing.
|
default DeleteCoreDeviceResponse |
GreengrassV2Client.deleteCoreDevice(DeleteCoreDeviceRequest deleteCoreDeviceRequest)
Deletes a Greengrass core device, which is an IoT thing.
|
default DeleteDeploymentResponse |
GreengrassV2Client.deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest)
Deletes a deployment.
|
default DeleteDeploymentResponse |
GreengrassV2Client.deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)
Deletes a deployment.
|
default DescribeComponentResponse |
GreengrassV2Client.describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest)
Retrieves metadata for a version of a component.
|
default DescribeComponentResponse |
GreengrassV2Client.describeComponent(DescribeComponentRequest describeComponentRequest)
Retrieves metadata for a version of a component.
|
default GetComponentResponse |
GreengrassV2Client.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Gets the recipe for a version of a component.
|
default GetComponentResponse |
GreengrassV2Client.getComponent(GetComponentRequest getComponentRequest)
Gets the recipe for a version of a component.
|
default GetComponentVersionArtifactResponse |
GreengrassV2Client.getComponentVersionArtifact(Consumer<GetComponentVersionArtifactRequest.Builder> getComponentVersionArtifactRequest)
Gets the pre-signed URL to download a public or a Lambda component artifact.
|
default GetComponentVersionArtifactResponse |
GreengrassV2Client.getComponentVersionArtifact(GetComponentVersionArtifactRequest getComponentVersionArtifactRequest)
Gets the pre-signed URL to download a public or a Lambda component artifact.
|
default GetConnectivityInfoResponse |
GreengrassV2Client.getConnectivityInfo(Consumer<GetConnectivityInfoRequest.Builder> getConnectivityInfoRequest)
Retrieves connectivity information for a Greengrass core device.
|
default GetConnectivityInfoResponse |
GreengrassV2Client.getConnectivityInfo(GetConnectivityInfoRequest getConnectivityInfoRequest)
Retrieves connectivity information for a Greengrass core device.
|
default GetCoreDeviceResponse |
GreengrassV2Client.getCoreDevice(Consumer<GetCoreDeviceRequest.Builder> getCoreDeviceRequest)
Retrieves metadata for a Greengrass core device.
|
default GetCoreDeviceResponse |
GreengrassV2Client.getCoreDevice(GetCoreDeviceRequest getCoreDeviceRequest)
Retrieves metadata for a Greengrass core device.
|
default GetDeploymentResponse |
GreengrassV2Client.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets a deployment.
|
default GetDeploymentResponse |
GreengrassV2Client.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets a deployment.
|
default ListClientDevicesAssociatedWithCoreDeviceResponse |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default ListClientDevicesAssociatedWithCoreDeviceResponse |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevice(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default ListClientDevicesAssociatedWithCoreDeviceIterable |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevicePaginator(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default ListClientDevicesAssociatedWithCoreDeviceIterable |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevicePaginator(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default ListComponentsResponse |
GreengrassV2Client.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Retrieves a paginated list of component summaries.
|
default ListComponentsResponse |
GreengrassV2Client.listComponents(ListComponentsRequest listComponentsRequest)
Retrieves a paginated list of component summaries.
|
default ListComponentsIterable |
GreengrassV2Client.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Retrieves a paginated list of component summaries.
|
default ListComponentsIterable |
GreengrassV2Client.listComponentsPaginator(ListComponentsRequest listComponentsRequest)
Retrieves a paginated list of component summaries.
|
default ListComponentVersionsResponse |
GreengrassV2Client.listComponentVersions(Consumer<ListComponentVersionsRequest.Builder> listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
default ListComponentVersionsResponse |
GreengrassV2Client.listComponentVersions(ListComponentVersionsRequest listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
default ListComponentVersionsIterable |
GreengrassV2Client.listComponentVersionsPaginator(Consumer<ListComponentVersionsRequest.Builder> listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
default ListComponentVersionsIterable |
GreengrassV2Client.listComponentVersionsPaginator(ListComponentVersionsRequest listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
default ListCoreDevicesResponse |
GreengrassV2Client.listCoreDevices(Consumer<ListCoreDevicesRequest.Builder> listCoreDevicesRequest)
Retrieves a paginated list of Greengrass core devices.
|
default ListCoreDevicesResponse |
GreengrassV2Client.listCoreDevices(ListCoreDevicesRequest listCoreDevicesRequest)
Retrieves a paginated list of Greengrass core devices.
|
default ListCoreDevicesIterable |
GreengrassV2Client.listCoreDevicesPaginator(Consumer<ListCoreDevicesRequest.Builder> listCoreDevicesRequest)
Retrieves a paginated list of Greengrass core devices.
|
default ListCoreDevicesIterable |
GreengrassV2Client.listCoreDevicesPaginator(ListCoreDevicesRequest listCoreDevicesRequest)
Retrieves a paginated list of Greengrass core devices.
|
default ListDeploymentsResponse |
GreengrassV2Client.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default ListDeploymentsResponse |
GreengrassV2Client.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default ListDeploymentsIterable |
GreengrassV2Client.listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default ListDeploymentsIterable |
GreengrassV2Client.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default ListEffectiveDeploymentsResponse |
GreengrassV2Client.listEffectiveDeployments(Consumer<ListEffectiveDeploymentsRequest.Builder> listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
default ListEffectiveDeploymentsResponse |
GreengrassV2Client.listEffectiveDeployments(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
default ListEffectiveDeploymentsIterable |
GreengrassV2Client.listEffectiveDeploymentsPaginator(Consumer<ListEffectiveDeploymentsRequest.Builder> listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
default ListEffectiveDeploymentsIterable |
GreengrassV2Client.listEffectiveDeploymentsPaginator(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
default ListInstalledComponentsResponse |
GreengrassV2Client.listInstalledComponents(Consumer<ListInstalledComponentsRequest.Builder> listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
default ListInstalledComponentsResponse |
GreengrassV2Client.listInstalledComponents(ListInstalledComponentsRequest listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
default ListInstalledComponentsIterable |
GreengrassV2Client.listInstalledComponentsPaginator(Consumer<ListInstalledComponentsRequest.Builder> listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
default ListInstalledComponentsIterable |
GreengrassV2Client.listInstalledComponentsPaginator(ListInstalledComponentsRequest listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
default ListTagsForResourceResponse |
GreengrassV2Client.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves the list of tags for an IoT Greengrass resource.
|
default ListTagsForResourceResponse |
GreengrassV2Client.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the list of tags for an IoT Greengrass resource.
|
default ResolveComponentCandidatesResponse |
GreengrassV2Client.resolveComponentCandidates(Consumer<ResolveComponentCandidatesRequest.Builder> resolveComponentCandidatesRequest)
Retrieves a list of components that meet the component, version, and platform requirements of a deployment.
|
default ResolveComponentCandidatesResponse |
GreengrassV2Client.resolveComponentCandidates(ResolveComponentCandidatesRequest resolveComponentCandidatesRequest)
Retrieves a list of components that meet the component, version, and platform requirements of a deployment.
|
default TagResourceResponse |
GreengrassV2Client.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to an IoT Greengrass resource.
|
default TagResourceResponse |
GreengrassV2Client.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to an IoT Greengrass resource.
|
default UntagResourceResponse |
GreengrassV2Client.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from an IoT Greengrass resource.
|
default UntagResourceResponse |
GreengrassV2Client.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from an IoT Greengrass resource.
|
default UpdateConnectivityInfoResponse |
GreengrassV2Client.updateConnectivityInfo(Consumer<UpdateConnectivityInfoRequest.Builder> updateConnectivityInfoRequest)
Updates connectivity information for a Greengrass core device.
|
default UpdateConnectivityInfoResponse |
GreengrassV2Client.updateConnectivityInfo(UpdateConnectivityInfoRequest updateConnectivityInfoRequest)
Updates connectivity information for a Greengrass core device.
|
Copyright © 2023. All rights reserved.