Skip navigation links
B C D G I L P S U V W 

B

build() - Method in interface com.amazonaws.greengrass.javasdk.ClientFactory
Build a greengrass client.
build() - Method in class com.amazonaws.greengrass.javasdk.IotDataClientFactory
 
build() - Method in class com.amazonaws.greengrass.javasdk.LambdaClientFactory
 
build() - Method in class com.amazonaws.greengrass.javasdk.SecretsManagerClientFactory
 

C

ClientFactory - Interface in com.amazonaws.greengrass.javasdk
Interface for all client factories.
com.amazonaws.greengrass.javasdk - package com.amazonaws.greengrass.javasdk
 
com.amazonaws.greengrass.javasdk.model - package com.amazonaws.greengrass.javasdk.model
 

D

deleteThingShadow(DeleteThingShadowRequest) - Method in class com.amazonaws.greengrass.javasdk.IotDataClient
Delete a thing shadow.
DeleteThingShadowRequest - Class in com.amazonaws.greengrass.javasdk.model
Request for deleting a thing shadow.
DeleteThingShadowRequest() - Constructor for class com.amazonaws.greengrass.javasdk.model.DeleteThingShadowRequest
 
DeleteThingShadowResult - Class in com.amazonaws.greengrass.javasdk.model
Result for deleting a thing shadow.
DeleteThingShadowResult() - Constructor for class com.amazonaws.greengrass.javasdk.model.DeleteThingShadowResult
 

G

getARN() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The ARN of the secret.
getClientContext() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Getter for the client context.
getCreatedDate() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The date and time that this version of the secret was created.
getFunctionArn() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Getter for the function ARN.
getFunctionErr() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeResponse
Getter for the function error.
getInvocationType() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Getter for the invocation type.
getMessage() - Method in class com.amazonaws.greengrass.javasdk.model.GGSecretsManagerErrorResponse
Getter for the message.
getName() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The friendly name of the secret.
getPayload() - Method in class com.amazonaws.greengrass.javasdk.model.DeleteThingShadowResult
Getter for the payload.
getPayload() - Method in class com.amazonaws.greengrass.javasdk.model.GetThingShadowResult
Getter for the payload.
getPayload() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Getter for the payload.
getPayload() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeResponse
Getter for the payload byte.
getPayload() - Method in class com.amazonaws.greengrass.javasdk.model.PublishRequest
Getter for the payload.
getPayload() - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowRequest
Getter for the payload.
getPayload() - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowResult
Getter for the payload.
getQualifier() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Getter for the qualifier.
getSecretBinary() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The decrypted part of the protected secret information that was originally provided as binary data in the form of a byte array.
getSecretId() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the secret containing the version that you want to retrieve.
getSecretString() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The decrypted part of the protected secret information that was originally provided as a string.
getSecretValue(GetSecretValueRequest) - Method in class com.amazonaws.greengrass.javasdk.SecretsManagerClient
Get the value of a secret.
GetSecretValueRequest - Class in com.amazonaws.greengrass.javasdk.model
Request for getting a secret value.
GetSecretValueRequest() - Constructor for class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
 
GetSecretValueResult - Class in com.amazonaws.greengrass.javasdk.model
Result for getting a secret value.
GetSecretValueResult() - Constructor for class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
 
getStatus() - Method in class com.amazonaws.greengrass.javasdk.model.GGSecretsManagerErrorResponse
Getter for the status.
getStatusCode() - Method in class com.amazonaws.greengrass.javasdk.model.InvokeResponse
Getter for the status code.
getThingName() - Method in class com.amazonaws.greengrass.javasdk.model.DeleteThingShadowRequest
Getter for the thing name from the request.
getThingName() - Method in class com.amazonaws.greengrass.javasdk.model.GetThingShadowRequest
Getter for the thing name.
getThingName() - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowRequest
Getter for the thing name.
getThingShadow(GetThingShadowRequest) - Method in class com.amazonaws.greengrass.javasdk.IotDataClient
Get a thing shadow.
GetThingShadowRequest - Class in com.amazonaws.greengrass.javasdk.model
Request for getting a thing shadow.
GetThingShadowRequest() - Constructor for class com.amazonaws.greengrass.javasdk.model.GetThingShadowRequest
 
GetThingShadowResult - Class in com.amazonaws.greengrass.javasdk.model
Result for getting thing shadow request.
GetThingShadowResult() - Constructor for class com.amazonaws.greengrass.javasdk.model.GetThingShadowResult
 
getTopic() - Method in class com.amazonaws.greengrass.javasdk.model.PublishRequest
Getter for the topic.
getVersionId() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the unique identifier of the version of the secret that you want to retrieve.
getVersionId() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The unique identifier of this version of the secret.
getVersionStage() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the secret version that you want to retrieve by the staging label attached to the version.
getVersionStages() - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
A list of all of the staging labels currently attached to this version of the secret.
GGIotDataException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when failed to do IoT data operation.
GGIotDataException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGIotDataException
Create a new GGIotDataException.
GGIotDataException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGIotDataException
Create a new GGIotDataException.
GGLambdaException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when failed to do lambda invocations.
GGLambdaException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGLambdaException
Create a new GGLambdaException.
GGLambdaException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGLambdaException
Create a new GGLambdaException.
GGSecretsManagerErrorResponse - Class in com.amazonaws.greengrass.javasdk.model
Model for error response for SecretsManager.
GGSecretsManagerErrorResponse() - Constructor for class com.amazonaws.greengrass.javasdk.model.GGSecretsManagerErrorResponse
 
GGSecretsManagerException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when failed to do secrets manager operation.
GGSecretsManagerException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGSecretsManagerException
Create a new GGSecretsManagerException.
GGSecretsManagerException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGSecretsManagerException
Create a new GGSecretsManagerException.
GGSecretsManagerInternalException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when failed to do secrets manager internal operations.
GGSecretsManagerInternalException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGSecretsManagerInternalException
Create a new GGSecretsManagerInternalException.
GGSecretsManagerInternalException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.GGSecretsManagerInternalException
Create a new GGSecretsManagerInternalException.
GreengrassClientBuilder - Class in com.amazonaws.greengrass.javasdk
AWS Greengrass client builder to build Greengrass clients.

I

INTERFACE_VERSION - Static variable in class com.amazonaws.greengrass.javasdk.InterfaceVersion
Interface version that will be compared with GG Core max interface version.
InterfaceVersion - Class in com.amazonaws.greengrass.javasdk
Interface Version for the Greengrass SDK.
InvalidIotDataRequestException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when IotData request content is invalid.
InvalidIotDataRequestException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.InvalidIotDataRequestException
Create a new InvalidLambdaRequestException.
InvalidIotDataRequestException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.InvalidIotDataRequestException
Create a new InvalidLambdaRequestException.
InvalidLambdaRequestException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when Lambda request content is invalid.
InvalidLambdaRequestException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.InvalidLambdaRequestException
Create a new InvalidIotDataRequestException.
InvalidLambdaRequestException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.InvalidLambdaRequestException
Create a new InvalidIotDataRequestException.
InvalidSecretsManagerRequestException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when SecretsManager request content is invalid.
InvalidSecretsManagerRequestException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.InvalidSecretsManagerRequestException
Create a new InvalidSecretsManagerRequestException.
InvalidSecretsManagerRequestException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.InvalidSecretsManagerRequestException
Create a new InvalidSecretsManagerRequestException.
InvocationType - Enum in com.amazonaws.greengrass.javasdk.model
Invocation type.
invoke(InvokeRequest) - Method in class com.amazonaws.greengrass.javasdk.LambdaClient
Invoke a function via IPC.
InvokeRequest - Class in com.amazonaws.greengrass.javasdk.model
Request for invoking a lambda function.
InvokeRequest() - Constructor for class com.amazonaws.greengrass.javasdk.model.InvokeRequest
 
InvokeResponse - Class in com.amazonaws.greengrass.javasdk.model
Response for an invoke request.
InvokeResponse() - Constructor for class com.amazonaws.greengrass.javasdk.model.InvokeResponse
 
iotDataClient() - Static method in class com.amazonaws.greengrass.javasdk.GreengrassClientBuilder
Get the the Iot Data client factory.
IotDataClient - Class in com.amazonaws.greengrass.javasdk
Iot Data client interacts with IPC.
IotDataClient() - Constructor for class com.amazonaws.greengrass.javasdk.IotDataClient
Default Constructor.
IotDataClient(LambdaClient) - Constructor for class com.amazonaws.greengrass.javasdk.IotDataClient
Constructor with customized lambda client.
IotDataClientFactory - Class in com.amazonaws.greengrass.javasdk
A client factory for Iot Data client.
IotDataClientFactory() - Constructor for class com.amazonaws.greengrass.javasdk.IotDataClientFactory
 

L

lambdaClient() - Static method in class com.amazonaws.greengrass.javasdk.GreengrassClientBuilder
Get the the Lambda client factory.
LambdaClient - Class in com.amazonaws.greengrass.javasdk
Lambda client interacts with IPC.
LambdaClient() - Constructor for class com.amazonaws.greengrass.javasdk.LambdaClient
Default constructor.
LambdaClient(IPCClient) - Constructor for class com.amazonaws.greengrass.javasdk.LambdaClient
Constructor with customized IPC client.
LambdaClientFactory - Class in com.amazonaws.greengrass.javasdk
A client factory for lambda client.
LambdaClientFactory() - Constructor for class com.amazonaws.greengrass.javasdk.LambdaClientFactory
 

P

publish(PublishRequest) - Method in class com.amazonaws.greengrass.javasdk.IotDataClient
Publish payload to a certain topic via IPC.
PublishRequest - Class in com.amazonaws.greengrass.javasdk.model
Request for publish message to a topic.
PublishRequest() - Constructor for class com.amazonaws.greengrass.javasdk.model.PublishRequest
 
PublishResult - Class in com.amazonaws.greengrass.javasdk.model
Result for a publish request.
PublishResult() - Constructor for class com.amazonaws.greengrass.javasdk.model.PublishResult
 

S

SecretResourceNotFoundException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when the requested secret is not found.
SecretResourceNotFoundException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.SecretResourceNotFoundException
Create a new SecretResourceNotFoundException.
SecretResourceNotFoundException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.SecretResourceNotFoundException
Create a new SecretResourceNotFoundException.
SecretsManagerClient - Class in com.amazonaws.greengrass.javasdk
Secrets Manager client interacts with IPC.
SecretsManagerClient() - Constructor for class com.amazonaws.greengrass.javasdk.SecretsManagerClient
Default constructor.
SecretsManagerClient(LambdaClient) - Constructor for class com.amazonaws.greengrass.javasdk.SecretsManagerClient
Constructor with customized lambda client.
SecretsManagerClientFactory - Class in com.amazonaws.greengrass.javasdk
A client factory for secrets manager client.
SecretsManagerClientFactory() - Constructor for class com.amazonaws.greengrass.javasdk.SecretsManagerClientFactory
 
setARN(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The ARN of the secret.
setClientContext(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Setter for the client context.
setCreatedDate(Date) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The date and time that this version of the secret was created.
setFunctionArn(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Setter for the function arn.
setFunctionErr(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeResponse
Setter for the function error.
setInvocationType(InvocationType) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Setter for the invocation type.
setMessage(String) - Method in class com.amazonaws.greengrass.javasdk.model.GGSecretsManagerErrorResponse
Setter for the message.
setName(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The friendly name of the secret.
setPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.DeleteThingShadowResult
Setter for the payload.
setPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.GetThingShadowResult
Setter for the payload.
setPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Setter for the payload.
setPayload(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Setter for the payload.
setPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeResponse
Setter for the payload.
setPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.PublishRequest
Setter for the payload.
setPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowRequest
Setter for the payload.
setPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowResult
Setter for the payload.
setQualifier(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Setter for the qualifier.
setSecretBinary(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The decrypted part of the protected secret information that was originally provided as binary data in the form of a byte array.
setSecretId(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the secret containing the version that you want to retrieve.
setSecretString(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The decrypted part of the protected secret information that was originally provided as a string.
setStatus(int) - Method in class com.amazonaws.greengrass.javasdk.model.GGSecretsManagerErrorResponse
Setter for the status.
setStatusCode(int) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeResponse
Setter for the status code.
setThingName(String) - Method in class com.amazonaws.greengrass.javasdk.model.DeleteThingShadowRequest
Setter for the thing name.
setThingName(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetThingShadowRequest
Setter for the thing name.
setThingName(String) - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowRequest
Setter for the thing name.
setTopic(String) - Method in class com.amazonaws.greengrass.javasdk.model.PublishRequest
Setter for the topic.
setVersionId(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the unique identifier of the version of the secret that you want to retrieve.
setVersionId(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The unique identifier of this version of the secret.
setVersionStage(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the secret version that you want to retrieve by the staging label attached to the version.
setVersionStages(Collection<String>) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
A list of all of the staging labels currently attached to this version of the secret.

U

UnauthorizedSecretsManagerRequestException - Exception in com.amazonaws.greengrass.javasdk.model
Thrown when SecretsManager request is not authorized.
UnauthorizedSecretsManagerRequestException(String) - Constructor for exception com.amazonaws.greengrass.javasdk.model.UnauthorizedSecretsManagerRequestException
Create a new UnauthorizedSecretsManagerRequestException.
UnauthorizedSecretsManagerRequestException(String, Throwable) - Constructor for exception com.amazonaws.greengrass.javasdk.model.UnauthorizedSecretsManagerRequestException
Create a new UnauthorizedSecretsManagerRequestException.
updateThingShadow(UpdateThingShadowRequest) - Method in class com.amazonaws.greengrass.javasdk.IotDataClient
Update a thing shadow.
UpdateThingShadowRequest - Class in com.amazonaws.greengrass.javasdk.model
Request for updating a shadow request.
UpdateThingShadowRequest() - Constructor for class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowRequest
 
UpdateThingShadowResult - Class in com.amazonaws.greengrass.javasdk.model
Result for updating thing shadow.
UpdateThingShadowResult() - Constructor for class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowResult
 

V

valueOf(String) - Static method in enum com.amazonaws.greengrass.javasdk.model.InvocationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.greengrass.javasdk.model.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withARN(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The ARN of the secret.
withClientContext(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Generate the request with client context.
withCreatedDate(Date) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The date and time that this version of the secret was created.
withFunctionArn(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Generate the request with function arn.
withInvocationType(InvocationType) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Generate the request with invocation type.
withName(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The friendly name of the secret.
withPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Generate the request with payload.
withPayload(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Generate the request with payload.
withPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.PublishRequest
Generate the request with payload.
withPayload(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowRequest
Generate the request with payload.
withQualifier(String) - Method in class com.amazonaws.greengrass.javasdk.model.InvokeRequest
Generate the request with qualifier.
withSecretBinary(ByteBuffer) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The decrypted part of the protected secret information that was originally provided as binary data in the form of a byte array.
withSecretId(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the secret containing the version that you want to retrieve.
withSecretString(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The decrypted part of the protected secret information that was originally provided as a string.
withThingName(String) - Method in class com.amazonaws.greengrass.javasdk.model.DeleteThingShadowRequest
Generate the request with a thing name.
withThingName(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetThingShadowRequest
Generate a request with thing name.
withThingName(String) - Method in class com.amazonaws.greengrass.javasdk.model.UpdateThingShadowRequest
Generate the request with thing name.
withTopic(String) - Method in class com.amazonaws.greengrass.javasdk.model.PublishRequest
Generate the request for a topic.
withVersionId(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the unique identifier of the version of the secret that you want to retrieve.
withVersionId(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
The unique identifier of this version of the secret.
withVersionStage(String) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueRequest
Specifies the secret version that you want to retrieve by the staging label attached to the version.
withVersionStages(Collection<String>) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
A list of all of the staging labels currently attached to this version of the secret.
withVersionStages(String...) - Method in class com.amazonaws.greengrass.javasdk.model.GetSecretValueResult
A list of all of the staging labels currently attached to this version of the secret.
B C D G I L P S U V W 
Skip navigation links