| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateTargetsWithJobResponse |
IotClient.associateTargetsWithJob(AssociateTargetsWithJobRequest associateTargetsWithJobRequest)
Associates a group with a continuous job.
|
default AssociateTargetsWithJobResponse |
IotClient.associateTargetsWithJob(Consumer<AssociateTargetsWithJobRequest.Builder> associateTargetsWithJobRequest)
Associates a group with a continuous job.
|
default AttachPolicyResponse |
IotClient.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches a policy to the specified target.
|
default AttachPolicyResponse |
IotClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)
Attaches a policy to the specified target.
|
default AttachSecurityProfileResponse |
IotClient.attachSecurityProfile(AttachSecurityProfileRequest attachSecurityProfileRequest)
Associates a Device Defender security profile with a thing group or this account.
|
default AttachSecurityProfileResponse |
IotClient.attachSecurityProfile(Consumer<AttachSecurityProfileRequest.Builder> attachSecurityProfileRequest)
Associates a Device Defender security profile with a thing group or this account.
|
default CreateAuthorizerResponse |
IotClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest)
Creates an authorizer.
|
default CreateAuthorizerResponse |
IotClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Creates an authorizer.
|
default CreateDomainConfigurationResponse |
IotClient.createDomainConfiguration(Consumer<CreateDomainConfigurationRequest.Builder> createDomainConfigurationRequest)
Creates a domain configuration.
|
default CreateDomainConfigurationResponse |
IotClient.createDomainConfiguration(CreateDomainConfigurationRequest createDomainConfigurationRequest)
Creates a domain configuration.
|
default CreateDynamicThingGroupResponse |
IotClient.createDynamicThingGroup(Consumer<CreateDynamicThingGroupRequest.Builder> createDynamicThingGroupRequest)
Creates a dynamic thing group.
|
default CreateDynamicThingGroupResponse |
IotClient.createDynamicThingGroup(CreateDynamicThingGroupRequest createDynamicThingGroupRequest)
Creates a dynamic thing group.
|
default CreateJobResponse |
IotClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Creates a job.
|
default CreateJobResponse |
IotClient.createJob(CreateJobRequest createJobRequest)
Creates a job.
|
default CreateMitigationActionResponse |
IotClient.createMitigationAction(Consumer<CreateMitigationActionRequest.Builder> createMitigationActionRequest)
Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask.
|
default CreateMitigationActionResponse |
IotClient.createMitigationAction(CreateMitigationActionRequest createMitigationActionRequest)
Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask.
|
default CreateOtaUpdateResponse |
IotClient.createOTAUpdate(Consumer<CreateOtaUpdateRequest.Builder> createOtaUpdateRequest)
Creates an AWS IoT OTAUpdate on a target group of things or groups.
|
default CreateOtaUpdateResponse |
IotClient.createOTAUpdate(CreateOtaUpdateRequest createOtaUpdateRequest)
Creates an AWS IoT OTAUpdate on a target group of things or groups.
|
default CreateProvisioningTemplateResponse |
IotClient.createProvisioningTemplate(Consumer<CreateProvisioningTemplateRequest.Builder> createProvisioningTemplateRequest)
Creates a fleet provisioning template.
|
default CreateProvisioningTemplateResponse |
IotClient.createProvisioningTemplate(CreateProvisioningTemplateRequest createProvisioningTemplateRequest)
Creates a fleet provisioning template.
|
default CreateRoleAliasResponse |
IotClient.createRoleAlias(Consumer<CreateRoleAliasRequest.Builder> createRoleAliasRequest)
Creates a role alias.
|
default CreateRoleAliasResponse |
IotClient.createRoleAlias(CreateRoleAliasRequest createRoleAliasRequest)
Creates a role alias.
|
default CreateScheduledAuditResponse |
IotClient.createScheduledAudit(Consumer<CreateScheduledAuditRequest.Builder> createScheduledAuditRequest)
Creates a scheduled audit that is run at a specified time interval.
|
default CreateScheduledAuditResponse |
IotClient.createScheduledAudit(CreateScheduledAuditRequest createScheduledAuditRequest)
Creates a scheduled audit that is run at a specified time interval.
|
default CreateStreamResponse |
IotClient.createStream(Consumer<CreateStreamRequest.Builder> createStreamRequest)
Creates a stream for delivering one or more large files in chunks over MQTT.
|
default CreateStreamResponse |
IotClient.createStream(CreateStreamRequest createStreamRequest)
Creates a stream for delivering one or more large files in chunks over MQTT.
|
default DeleteJobResponse |
IotClient.deleteJob(Consumer<DeleteJobRequest.Builder> deleteJobRequest)
Deletes a job and its related job executions.
|
default DeleteJobResponse |
IotClient.deleteJob(DeleteJobRequest deleteJobRequest)
Deletes a job and its related job executions.
|
default DetachPolicyResponse |
IotClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from the specified target.
|
default DetachPolicyResponse |
IotClient.detachPolicy(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from the specified target.
|
default GetEffectivePoliciesResponse |
IotClient.getEffectivePolicies(Consumer<GetEffectivePoliciesRequest.Builder> getEffectivePoliciesRequest)
Gets a list of the policies that have an effect on the authorization behavior of the specified device when it
connects to the AWS IoT device gateway.
|
default GetEffectivePoliciesResponse |
IotClient.getEffectivePolicies(GetEffectivePoliciesRequest getEffectivePoliciesRequest)
Gets a list of the policies that have an effect on the authorization behavior of the specified device when it
connects to the AWS IoT device gateway.
|
default ListAttachedPoliciesResponse |
IotClient.listAttachedPolicies(Consumer<ListAttachedPoliciesRequest.Builder> listAttachedPoliciesRequest)
Lists the policies attached to the specified thing group.
|
default ListAttachedPoliciesResponse |
IotClient.listAttachedPolicies(ListAttachedPoliciesRequest listAttachedPoliciesRequest)
Lists the policies attached to the specified thing group.
|
default ListTargetsForPolicyResponse |
IotClient.listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
List targets for the specified policy.
|
default ListTargetsForPolicyResponse |
IotClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
default RegisterCaCertificateResponse |
IotClient.registerCACertificate(Consumer<RegisterCaCertificateRequest.Builder> registerCaCertificateRequest)
Registers a CA certificate with AWS IoT.
|
default RegisterCaCertificateResponse |
IotClient.registerCACertificate(RegisterCaCertificateRequest registerCaCertificateRequest)
Registers a CA certificate with AWS IoT.
|
default StartAuditMitigationActionsTaskResponse |
IotClient.startAuditMitigationActionsTask(Consumer<StartAuditMitigationActionsTaskRequest.Builder> startAuditMitigationActionsTaskRequest)
Starts a task that applies a set of mitigation actions to the specified target.
|
default StartAuditMitigationActionsTaskResponse |
IotClient.startAuditMitigationActionsTask(StartAuditMitigationActionsTaskRequest startAuditMitigationActionsTaskRequest)
Starts a task that applies a set of mitigation actions to the specified target.
|
default StartOnDemandAuditTaskResponse |
IotClient.startOnDemandAuditTask(Consumer<StartOnDemandAuditTaskRequest.Builder> startOnDemandAuditTaskRequest)
Starts an on-demand Device Defender audit.
|
default StartOnDemandAuditTaskResponse |
IotClient.startOnDemandAuditTask(StartOnDemandAuditTaskRequest startOnDemandAuditTaskRequest)
Starts an on-demand Device Defender audit.
|
default TagResourceResponse |
IotClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default TagResourceResponse |
IotClient.tagResource(TagResourceRequest tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default TestAuthorizationResponse |
IotClient.testAuthorization(Consumer<TestAuthorizationRequest.Builder> testAuthorizationRequest)
Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource.
|
default TestAuthorizationResponse |
IotClient.testAuthorization(TestAuthorizationRequest testAuthorizationRequest)
Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource.
|
default UpdateAuthorizerResponse |
IotClient.updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest)
Updates an authorizer.
|
default UpdateAuthorizerResponse |
IotClient.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)
Updates an authorizer.
|
Copyright © 2019. All rights reserved.