- 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.
- 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
-
- 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.
- 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.