@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIot extends Object implements AWSIot
AWSIot. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
AcceptCertificateTransferResult |
acceptCertificateTransfer(AcceptCertificateTransferRequest request)
Accepts a pending certificate transfer.
|
AttachPrincipalPolicyResult |
attachPrincipalPolicy(AttachPrincipalPolicyRequest request)
Attaches the specified policy to the specified principal (certificate or other credential).
|
AttachThingPrincipalResult |
attachThingPrincipal(AttachThingPrincipalRequest request)
Attaches the specified principal to the specified thing.
|
CancelCertificateTransferResult |
cancelCertificateTransfer(CancelCertificateTransferRequest request)
Cancels a pending transfer for the specified certificate.
|
CreateCertificateFromCsrResult |
createCertificateFromCsr(CreateCertificateFromCsrRequest request)
Creates an X.509 certificate using the specified certificate signing request.
|
CreateKeysAndCertificateResult |
createKeysAndCertificate(CreateKeysAndCertificateRequest request)
Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.
|
CreatePolicyResult |
createPolicy(CreatePolicyRequest request)
Creates an AWS IoT policy.
|
CreatePolicyVersionResult |
createPolicyVersion(CreatePolicyVersionRequest request)
Creates a new version of the specified AWS IoT policy.
|
CreateThingResult |
createThing(CreateThingRequest request)
Creates a thing record in the thing registry.
|
CreateThingTypeResult |
createThingType(CreateThingTypeRequest request)
Creates a new thing type.
|
CreateTopicRuleResult |
createTopicRule(CreateTopicRuleRequest request)
Creates a rule.
|
DeleteCACertificateResult |
deleteCACertificate(DeleteCACertificateRequest request)
Deletes a registered CA certificate.
|
DeleteCertificateResult |
deleteCertificate(DeleteCertificateRequest request)
Deletes the specified certificate.
|
DeletePolicyResult |
deletePolicy(DeletePolicyRequest request)
Deletes the specified policy.
|
DeletePolicyVersionResult |
deletePolicyVersion(DeletePolicyVersionRequest request)
Deletes the specified version of the specified policy.
|
DeleteRegistrationCodeResult |
deleteRegistrationCode(DeleteRegistrationCodeRequest request)
Deletes a CA certificate registration code.
|
DeleteThingResult |
deleteThing(DeleteThingRequest request)
Deletes the specified thing.
|
DeleteThingTypeResult |
deleteThingType(DeleteThingTypeRequest request)
Deletes the specified thing type .
|
DeleteTopicRuleResult |
deleteTopicRule(DeleteTopicRuleRequest request)
Deletes the specified rule.
|
DeprecateThingTypeResult |
deprecateThingType(DeprecateThingTypeRequest request)
Deprecates a thing type.
|
DescribeCACertificateResult |
describeCACertificate(DescribeCACertificateRequest request)
Describes a registered CA certificate.
|
DescribeCertificateResult |
describeCertificate(DescribeCertificateRequest request)
Gets information about the specified certificate.
|
DescribeEndpointResult |
describeEndpoint(DescribeEndpointRequest request)
Returns a unique endpoint specific to the AWS account making the call.
|
DescribeThingResult |
describeThing(DescribeThingRequest request)
Gets information about the specified thing.
|
DescribeThingTypeResult |
describeThingType(DescribeThingTypeRequest request)
Gets information about the specified thing type.
|
DetachPrincipalPolicyResult |
detachPrincipalPolicy(DetachPrincipalPolicyRequest request)
Removes the specified policy from the specified certificate.
|
DetachThingPrincipalResult |
detachThingPrincipal(DetachThingPrincipalRequest request)
Detaches the specified principal from the specified thing.
|
DisableTopicRuleResult |
disableTopicRule(DisableTopicRuleRequest request)
Disables the specified rule.
|
EnableTopicRuleResult |
enableTopicRule(EnableTopicRuleRequest request)
Enables the specified rule.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetLoggingOptionsResult |
getLoggingOptions(GetLoggingOptionsRequest request)
Gets the logging options.
|
GetPolicyResult |
getPolicy(GetPolicyRequest request)
Gets information about the specified policy with the policy document of the default version.
|
GetPolicyVersionResult |
getPolicyVersion(GetPolicyVersionRequest request)
Gets information about the specified policy version.
|
GetRegistrationCodeResult |
getRegistrationCode(GetRegistrationCodeRequest request)
Gets a registration code used to register a CA certificate with AWS IoT.
|
GetTopicRuleResult |
getTopicRule(GetTopicRuleRequest request)
Gets information about the specified rule.
|
ListCACertificatesResult |
listCACertificates(ListCACertificatesRequest request)
Lists the CA certificates registered for your AWS account.
|
ListCertificatesResult |
listCertificates(ListCertificatesRequest request)
Lists the certificates registered in your AWS account.
|
ListCertificatesByCAResult |
listCertificatesByCA(ListCertificatesByCARequest request)
List the device certificates signed by the specified CA certificate.
|
ListOutgoingCertificatesResult |
listOutgoingCertificates(ListOutgoingCertificatesRequest request)
Lists certificates that are being transfered but not yet accepted.
|
ListPoliciesResult |
listPolicies(ListPoliciesRequest request)
Lists your policies.
|
ListPolicyPrincipalsResult |
listPolicyPrincipals(ListPolicyPrincipalsRequest request)
Lists the principals associated with the specified policy.
|
ListPolicyVersionsResult |
listPolicyVersions(ListPolicyVersionsRequest request)
Lists the versions of the specified policy and identifies the default version.
|
ListPrincipalPoliciesResult |
listPrincipalPolicies(ListPrincipalPoliciesRequest request)
Lists the policies attached to the specified principal.
|
ListPrincipalThingsResult |
listPrincipalThings(ListPrincipalThingsRequest request)
Lists the things associated with the specified principal.
|
ListThingPrincipalsResult |
listThingPrincipals(ListThingPrincipalsRequest request)
Lists the principals associated with the specified thing.
|
ListThingsResult |
listThings(ListThingsRequest request)
Lists your things.
|
ListThingTypesResult |
listThingTypes(ListThingTypesRequest request)
Lists the existing thing types.
|
ListTopicRulesResult |
listTopicRules(ListTopicRulesRequest request)
Lists the rules for the specific topic.
|
RegisterCACertificateResult |
registerCACertificate(RegisterCACertificateRequest request)
Registers a CA certificate with AWS IoT.
|
RegisterCertificateResult |
registerCertificate(RegisterCertificateRequest request)
Registers a device certificate with AWS IoT.
|
RejectCertificateTransferResult |
rejectCertificateTransfer(RejectCertificateTransferRequest request)
Rejects a pending certificate transfer.
|
ReplaceTopicRuleResult |
replaceTopicRule(ReplaceTopicRuleRequest request)
Replaces the specified rule.
|
SetDefaultPolicyVersionResult |
setDefaultPolicyVersion(SetDefaultPolicyVersionRequest request)
Sets the specified version of the specified policy as the policy's default (operative) version.
|
void |
setEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://iot.us-east-1.amazonaws.com").
|
SetLoggingOptionsResult |
setLoggingOptions(SetLoggingOptionsRequest request)
Sets the logging options.
|
void |
setRegion(Region region)
An alternative to
AWSIot.setEndpoint(String), sets the regional endpoint for this client's service calls. |
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TransferCertificateResult |
transferCertificate(TransferCertificateRequest request)
Transfers the specified certificate to the specified AWS account.
|
UpdateCACertificateResult |
updateCACertificate(UpdateCACertificateRequest request)
Updates a registered CA certificate.
|
UpdateCertificateResult |
updateCertificate(UpdateCertificateRequest request)
Updates the status of the specified certificate.
|
UpdateThingResult |
updateThing(UpdateThingRequest request)
Updates the data for a thing.
|
public void setEndpoint(String endpoint)
AWSIot
Callers can pass in just the endpoint (ex: "iot.us-east-1.amazonaws.com") or a full URL, including the protocol
(ex: "https://iot.us-east-1.amazonaws.com"). If the protocol is not specified here, the default protocol from
this client's ClientConfiguration will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3912
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint in interface AWSIotendpoint - The endpoint (ex: "iot.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
"https://iot.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate
with.public void setRegion(Region region)
AWSIotAWSIot.setEndpoint(String), sets the regional endpoint for this client's service calls.
Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion in interface AWSIotregion - The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions),
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration),
Region.isServiceSupported(String)public AcceptCertificateTransferResult acceptCertificateTransfer(AcceptCertificateTransferRequest request)
AWSIotAccepts a pending certificate transfer. The default state of the certificate is INACTIVE.
To check for pending certificate transfers, call ListCertificates to enumerate your certificates.
acceptCertificateTransfer in interface AWSIotrequest - The input for the AcceptCertificateTransfer operation.public AttachPrincipalPolicyResult attachPrincipalPolicy(AttachPrincipalPolicyRequest request)
AWSIotAttaches the specified policy to the specified principal (certificate or other credential).
attachPrincipalPolicy in interface AWSIotrequest - The input for the AttachPrincipalPolicy operation.public AttachThingPrincipalResult attachThingPrincipal(AttachThingPrincipalRequest request)
AWSIotAttaches the specified principal to the specified thing.
attachThingPrincipal in interface AWSIotrequest - The input for the AttachThingPrincipal operation.public CancelCertificateTransferResult cancelCertificateTransfer(CancelCertificateTransferRequest request)
AWSIotCancels a pending transfer for the specified certificate.
Note Only the transfer source account can use this operation to cancel a transfer. (Transfer destinations can use RejectCertificateTransfer instead.) After transfer, AWS IoT returns the certificate to the source account in the INACTIVE state. After the destination account has accepted the transfer, the transfer cannot be cancelled.
After a certificate transfer is cancelled, the status of the certificate changes from PENDING_TRANSFER to INACTIVE.
cancelCertificateTransfer in interface AWSIotrequest - The input for the CancelCertificateTransfer operation.public CreateCertificateFromCsrResult createCertificateFromCsr(CreateCertificateFromCsrRequest request)
AWSIotCreates an X.509 certificate using the specified certificate signing request.
Note: The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves.
Note: Reusing the same certificate signing request (CSR) results in a distinct certificate.
You can create multiple certificates in a batch by creating a directory, copying multiple .csr files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs.
Assuming a set of CSRs are located inside of the directory my-csr-directory:
On Linux and OS X, the command is:
$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}
This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the aws iot create-certificate-from-csr AWS CLI command to create a certificate for the corresponding CSR.
The aws iot create-certificate-from-csr part of the command can also be run in parallel to speed up the certificate creation process:
$ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}
On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is:
> ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_}
On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is:
> forfiles /p my-csr-directory /c "cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path"
createCertificateFromCsr in interface AWSIotrequest - The input for the CreateCertificateFromCsr operation.public CreateKeysAndCertificateResult createKeysAndCertificate(CreateKeysAndCertificateRequest request)
AWSIotCreates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.
Note This is the only time AWS IoT issues the private key for this certificate, so it is important to keep it in a secure location.
createKeysAndCertificate in interface AWSIotrequest - The input for the CreateKeysAndCertificate operation.public CreatePolicyResult createPolicy(CreatePolicyRequest request)
AWSIotCreates an AWS IoT policy.
The created policy is the default version for the policy. This operation creates a policy version with a version identifier of 1 and sets 1 as the policy's default version.
createPolicy in interface AWSIotrequest - The input for the CreatePolicy operation.public CreatePolicyVersionResult createPolicyVersion(CreatePolicyVersionRequest request)
AWSIotCreates a new version of the specified AWS IoT policy. To update a policy, create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must use DeletePolicyVersion to delete an existing version before you create a new one.
Optionally, you can set the new version as the policy's default version. The default version is the operative version (that is, the version that is in effect for the certificates to which the policy is attached).
createPolicyVersion in interface AWSIotrequest - The input for the CreatePolicyVersion operation.public CreateThingResult createThing(CreateThingRequest request)
AWSIotCreates a thing record in the thing registry.
createThing in interface AWSIotrequest - The input for the CreateThing operation.public CreateThingTypeResult createThingType(CreateThingTypeRequest request)
AWSIotCreates a new thing type.
createThingType in interface AWSIotrequest - The input for the CreateThingType operation.public CreateTopicRuleResult createTopicRule(CreateTopicRuleRequest request)
AWSIotCreates a rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.
createTopicRule in interface AWSIotrequest - The input for the CreateTopicRule operation.public DeleteCACertificateResult deleteCACertificate(DeleteCACertificateRequest request)
AWSIotDeletes a registered CA certificate.
deleteCACertificate in interface AWSIotrequest - Input for the DeleteCACertificate operation.public DeleteCertificateResult deleteCertificate(DeleteCertificateRequest request)
AWSIotDeletes the specified certificate.
A certificate cannot be deleted if it has a policy attached to it or if its status is set to ACTIVE. To delete a certificate, first use the DetachPrincipalPolicy API to detach all policies. Next, use the UpdateCertificate API to set the certificate to the INACTIVE status.
deleteCertificate in interface AWSIotrequest - The input for the DeleteCertificate operation.public DeletePolicyResult deletePolicy(DeletePolicyRequest request)
AWSIotDeletes the specified policy.
A policy cannot be deleted if it has non-default versions or it is attached to any certificate.
To delete a policy, use the DeletePolicyVersion API to delete all non-default versions of the policy; use the DetachPrincipalPolicy API to detach the policy from any certificate; and then use the DeletePolicy API to delete the policy.
When a policy is deleted using DeletePolicy, its default version is deleted with it.
deletePolicy in interface AWSIotrequest - The input for the DeletePolicy operation.public DeletePolicyVersionResult deletePolicyVersion(DeletePolicyVersionRequest request)
AWSIotDeletes the specified version of the specified policy. You cannot delete the default version of a policy using this API. To delete the default version of a policy, use DeletePolicy. To find out which version of a policy is marked as the default version, use ListPolicyVersions.
deletePolicyVersion in interface AWSIotrequest - The input for the DeletePolicyVersion operation.public DeleteRegistrationCodeResult deleteRegistrationCode(DeleteRegistrationCodeRequest request)
AWSIotDeletes a CA certificate registration code.
deleteRegistrationCode in interface AWSIotrequest - The input for the DeleteRegistrationCode operation.public DeleteThingResult deleteThing(DeleteThingRequest request)
AWSIotDeletes the specified thing.
deleteThing in interface AWSIotrequest - The input for the DeleteThing operation.public DeleteThingTypeResult deleteThingType(DeleteThingTypeRequest request)
AWSIotDeletes the specified thing type . You cannot delete a thing type if it has things associated with it. To delete a thing type, first mark it as deprecated by calling DeprecateThingType, then remove any associated things by calling UpdateThing to change the thing type on any associated thing, and finally use DeleteThingType to delete the thing type.
deleteThingType in interface AWSIotrequest - The input for the DeleteThingType operation.public DeleteTopicRuleResult deleteTopicRule(DeleteTopicRuleRequest request)
AWSIotDeletes the specified rule.
deleteTopicRule in interface AWSIotrequest - The input for the DeleteTopicRule operation.public DeprecateThingTypeResult deprecateThingType(DeprecateThingTypeRequest request)
AWSIotDeprecates a thing type. You can not associate new things with deprecated thing type.
deprecateThingType in interface AWSIotrequest - The input for the DeprecateThingType operation.public DescribeCACertificateResult describeCACertificate(DescribeCACertificateRequest request)
AWSIotDescribes a registered CA certificate.
describeCACertificate in interface AWSIotrequest - The input for the DescribeCACertificate operation.public DescribeCertificateResult describeCertificate(DescribeCertificateRequest request)
AWSIotGets information about the specified certificate.
describeCertificate in interface AWSIotrequest - The input for the DescribeCertificate operation.public DescribeEndpointResult describeEndpoint(DescribeEndpointRequest request)
AWSIotReturns a unique endpoint specific to the AWS account making the call.
describeEndpoint in interface AWSIotrequest - The input for the DescribeEndpoint operation.public DescribeThingResult describeThing(DescribeThingRequest request)
AWSIotGets information about the specified thing.
describeThing in interface AWSIotrequest - The input for the DescribeThing operation.public DescribeThingTypeResult describeThingType(DescribeThingTypeRequest request)
AWSIotGets information about the specified thing type.
describeThingType in interface AWSIotrequest - The input for the DescribeThingType operation.public DetachPrincipalPolicyResult detachPrincipalPolicy(DetachPrincipalPolicyRequest request)
AWSIotRemoves the specified policy from the specified certificate.
detachPrincipalPolicy in interface AWSIotrequest - The input for the DetachPrincipalPolicy operation.public DetachThingPrincipalResult detachThingPrincipal(DetachThingPrincipalRequest request)
AWSIotDetaches the specified principal from the specified thing.
detachThingPrincipal in interface AWSIotrequest - The input for the DetachThingPrincipal operation.public DisableTopicRuleResult disableTopicRule(DisableTopicRuleRequest request)
AWSIotDisables the specified rule.
disableTopicRule in interface AWSIotrequest - The input for the DisableTopicRuleRequest operation.public EnableTopicRuleResult enableTopicRule(EnableTopicRuleRequest request)
AWSIotEnables the specified rule.
enableTopicRule in interface AWSIotrequest - The input for the EnableTopicRuleRequest operation.public GetLoggingOptionsResult getLoggingOptions(GetLoggingOptionsRequest request)
AWSIotGets the logging options.
getLoggingOptions in interface AWSIotrequest - The input for the GetLoggingOptions operation.public GetPolicyResult getPolicy(GetPolicyRequest request)
AWSIotGets information about the specified policy with the policy document of the default version.
public GetPolicyVersionResult getPolicyVersion(GetPolicyVersionRequest request)
AWSIotGets information about the specified policy version.
getPolicyVersion in interface AWSIotrequest - The input for the GetPolicyVersion operation.public GetRegistrationCodeResult getRegistrationCode(GetRegistrationCodeRequest request)
AWSIotGets a registration code used to register a CA certificate with AWS IoT.
getRegistrationCode in interface AWSIotrequest - The input to the GetRegistrationCode operation.public GetTopicRuleResult getTopicRule(GetTopicRuleRequest request)
AWSIotGets information about the specified rule.
getTopicRule in interface AWSIotrequest - The input for the GetTopicRule operation.public ListCACertificatesResult listCACertificates(ListCACertificatesRequest request)
AWSIotLists the CA certificates registered for your AWS account.
The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.
listCACertificates in interface AWSIotrequest - Input for the ListCACertificates operation.public ListCertificatesResult listCertificates(ListCertificatesRequest request)
AWSIotLists the certificates registered in your AWS account.
The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.
listCertificates in interface AWSIotrequest - The input for the ListCertificates operation.public ListCertificatesByCAResult listCertificatesByCA(ListCertificatesByCARequest request)
AWSIotList the device certificates signed by the specified CA certificate.
listCertificatesByCA in interface AWSIotrequest - The input to the ListCertificatesByCA operation.public ListOutgoingCertificatesResult listOutgoingCertificates(ListOutgoingCertificatesRequest request)
AWSIotLists certificates that are being transfered but not yet accepted.
listOutgoingCertificates in interface AWSIotrequest - The input to the ListOutgoingCertificates operation.public ListPoliciesResult listPolicies(ListPoliciesRequest request)
AWSIotLists your policies.
listPolicies in interface AWSIotrequest - The input for the ListPolicies operation.public ListPolicyPrincipalsResult listPolicyPrincipals(ListPolicyPrincipalsRequest request)
AWSIotLists the principals associated with the specified policy.
listPolicyPrincipals in interface AWSIotrequest - The input for the ListPolicyPrincipals operation.public ListPolicyVersionsResult listPolicyVersions(ListPolicyVersionsRequest request)
AWSIotLists the versions of the specified policy and identifies the default version.
listPolicyVersions in interface AWSIotrequest - The input for the ListPolicyVersions operation.public ListPrincipalPoliciesResult listPrincipalPolicies(ListPrincipalPoliciesRequest request)
AWSIotLists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format.
listPrincipalPolicies in interface AWSIotrequest - The input for the ListPrincipalPolicies operation.public ListPrincipalThingsResult listPrincipalThings(ListPrincipalThingsRequest request)
AWSIotLists the things associated with the specified principal.
listPrincipalThings in interface AWSIotrequest - The input for the ListPrincipalThings operation.public ListThingPrincipalsResult listThingPrincipals(ListThingPrincipalsRequest request)
AWSIotLists the principals associated with the specified thing.
listThingPrincipals in interface AWSIotrequest - The input for the ListThingPrincipal operation.public ListThingTypesResult listThingTypes(ListThingTypesRequest request)
AWSIotLists the existing thing types.
listThingTypes in interface AWSIotrequest - The input for the ListThingTypes operation.public ListThingsResult listThings(ListThingsRequest request)
AWSIot
Lists your things. Use the attributeName and attributeValue parameters to filter your things. For
example, calling ListThings with attributeName=Color and attributeValue=Red retrieves all things in
the registry that contain an attribute Color with the value Red.
listThings in interface AWSIotrequest - The input for the ListThings operation.public ListTopicRulesResult listTopicRules(ListTopicRulesRequest request)
AWSIotLists the rules for the specific topic.
listTopicRules in interface AWSIotrequest - The input for the ListTopicRules operation.public RegisterCACertificateResult registerCACertificate(RegisterCACertificateRequest request)
AWSIotRegisters a CA certificate with AWS IoT. This CA certificate can then be used to sign device certificates, which can be then registered with AWS IoT. You can register up to 10 CA certificates per AWS account that have the same subject field. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate API.
registerCACertificate in interface AWSIotrequest - The input to the RegisterCACertificate operation.public RegisterCertificateResult registerCertificate(RegisterCertificateRequest request)
AWSIotRegisters a device certificate with AWS IoT. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered.
registerCertificate in interface AWSIotrequest - The input to the RegisterCertificate operation.public RejectCertificateTransferResult rejectCertificateTransfer(RejectCertificateTransferRequest request)
AWSIotRejects a pending certificate transfer. After AWS IoT rejects a certificate transfer, the certificate status changes from PENDING_TRANSFER to INACTIVE.
To check for pending certificate transfers, call ListCertificates to enumerate your certificates.
This operation can only be called by the transfer destination. After it is called, the certificate will be returned to the source's account in the INACTIVE state.
rejectCertificateTransfer in interface AWSIotrequest - The input for the RejectCertificateTransfer operation.public ReplaceTopicRuleResult replaceTopicRule(ReplaceTopicRuleRequest request)
AWSIotReplaces the specified rule. You must specify all parameters for the new rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.
replaceTopicRule in interface AWSIotrequest - The input for the ReplaceTopicRule operation.public SetDefaultPolicyVersionResult setDefaultPolicyVersion(SetDefaultPolicyVersionRequest request)
AWSIotSets the specified version of the specified policy as the policy's default (operative) version. This action affects all certificates to which the policy is attached. To list the principals the policy is attached to, use the ListPrincipalPolicy API.
setDefaultPolicyVersion in interface AWSIotrequest - The input for the SetDefaultPolicyVersion operation.public SetLoggingOptionsResult setLoggingOptions(SetLoggingOptionsRequest request)
AWSIotSets the logging options.
setLoggingOptions in interface AWSIotrequest - The input for the SetLoggingOptions operation.public TransferCertificateResult transferCertificate(TransferCertificateRequest request)
AWSIotTransfers the specified certificate to the specified AWS account.
You can cancel the transfer until it is acknowledged by the recipient.
No notification is sent to the transfer destination's account. It is up to the caller to notify the transfer target.
The certificate being transferred must not be in the ACTIVE state. You can use the UpdateCertificate API to deactivate it.
The certificate must not have any policies attached to it. You can use the DetachPrincipalPolicy API to detach them.
transferCertificate in interface AWSIotrequest - The input for the TransferCertificate operation.public UpdateCACertificateResult updateCACertificate(UpdateCACertificateRequest request)
AWSIotUpdates a registered CA certificate.
updateCACertificate in interface AWSIotrequest - The input to the UpdateCACertificate operation.public UpdateCertificateResult updateCertificate(UpdateCertificateRequest request)
AWSIotUpdates the status of the specified certificate. This operation is idempotent.
Moving a certificate from the ACTIVE state (including REVOKED) will not disconnect currently connected devices, but these devices will be unable to reconnect.
The ACTIVE state is required to authenticate devices connecting to AWS IoT using a certificate.
updateCertificate in interface AWSIotrequest - The input for the UpdateCertificate operation.public UpdateThingResult updateThing(UpdateThingRequest request)
AWSIotUpdates the data for a thing.
updateThing in interface AWSIotrequest - The input for the UpdateThing operation.public void shutdown()
AWSIotpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIotResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSIotrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.