@Generated(value="software.amazon.awssdk:codegen") public interface GreengrassClient extends SdkClient
builder() method.
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices
can respond quickly to local events and operate with intermittent connectivity. AWS IoT Greengrass minimizes the cost
of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AssociateRoleToGroupResponse |
associateRoleToGroup(AssociateRoleToGroupRequest associateRoleToGroupRequest)
Associates a role with a group.
|
default AssociateRoleToGroupResponse |
associateRoleToGroup(Consumer<AssociateRoleToGroupRequest.Builder> associateRoleToGroupRequest)
Associates a role with a group.
|
default AssociateServiceRoleToAccountResponse |
associateServiceRoleToAccount(AssociateServiceRoleToAccountRequest associateServiceRoleToAccountRequest)
Associates a role with your account.
|
default AssociateServiceRoleToAccountResponse |
associateServiceRoleToAccount(Consumer<AssociateServiceRoleToAccountRequest.Builder> associateServiceRoleToAccountRequest)
Associates a role with your account.
|
static GreengrassClientBuilder |
builder()
Create a builder that can be used to configure and create a
GreengrassClient. |
static GreengrassClient |
create()
Create a
GreengrassClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateConnectorDefinitionResponse |
createConnectorDefinition(Consumer<CreateConnectorDefinitionRequest.Builder> createConnectorDefinitionRequest)
Creates a connector definition.
|
default CreateConnectorDefinitionResponse |
createConnectorDefinition(CreateConnectorDefinitionRequest createConnectorDefinitionRequest)
Creates a connector definition.
|
default CreateConnectorDefinitionVersionResponse |
createConnectorDefinitionVersion(Consumer<CreateConnectorDefinitionVersionRequest.Builder> createConnectorDefinitionVersionRequest)
Creates a version of a connector definition which has already been defined.
|
default CreateConnectorDefinitionVersionResponse |
createConnectorDefinitionVersion(CreateConnectorDefinitionVersionRequest createConnectorDefinitionVersionRequest)
Creates a version of a connector definition which has already been defined.
|
default CreateCoreDefinitionResponse |
createCoreDefinition(Consumer<CreateCoreDefinitionRequest.Builder> createCoreDefinitionRequest)
Creates a core definition.
|
default CreateCoreDefinitionResponse |
createCoreDefinition(CreateCoreDefinitionRequest createCoreDefinitionRequest)
Creates a core definition.
|
default CreateCoreDefinitionVersionResponse |
createCoreDefinitionVersion(Consumer<CreateCoreDefinitionVersionRequest.Builder> createCoreDefinitionVersionRequest)
Creates a version of a core definition that has already been defined.
|
default CreateCoreDefinitionVersionResponse |
createCoreDefinitionVersion(CreateCoreDefinitionVersionRequest createCoreDefinitionVersionRequest)
Creates a version of a core definition that has already been defined.
|
default CreateDeploymentResponse |
createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Creates a deployment.
|
default CreateDeploymentResponse |
createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a deployment.
|
default CreateDeviceDefinitionResponse |
createDeviceDefinition(Consumer<CreateDeviceDefinitionRequest.Builder> createDeviceDefinitionRequest)
Creates a device definition.
|
default CreateDeviceDefinitionResponse |
createDeviceDefinition(CreateDeviceDefinitionRequest createDeviceDefinitionRequest)
Creates a device definition.
|
default CreateDeviceDefinitionVersionResponse |
createDeviceDefinitionVersion(Consumer<CreateDeviceDefinitionVersionRequest.Builder> createDeviceDefinitionVersionRequest)
Creates a version of a device definition that has already been defined.
|
default CreateDeviceDefinitionVersionResponse |
createDeviceDefinitionVersion(CreateDeviceDefinitionVersionRequest createDeviceDefinitionVersionRequest)
Creates a version of a device definition that has already been defined.
|
default CreateFunctionDefinitionResponse |
createFunctionDefinition(Consumer<CreateFunctionDefinitionRequest.Builder> createFunctionDefinitionRequest)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
default CreateFunctionDefinitionResponse |
createFunctionDefinition(CreateFunctionDefinitionRequest createFunctionDefinitionRequest)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
default CreateFunctionDefinitionVersionResponse |
createFunctionDefinitionVersion(Consumer<CreateFunctionDefinitionVersionRequest.Builder> createFunctionDefinitionVersionRequest)
Creates a version of a Lambda function definition that has already been defined.
|
default CreateFunctionDefinitionVersionResponse |
createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest createFunctionDefinitionVersionRequest)
Creates a version of a Lambda function definition that has already been defined.
|
default CreateGroupResponse |
createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group.
|
default CreateGroupResponse |
createGroup(CreateGroupRequest createGroupRequest)
Creates a group.
|
default CreateGroupCertificateAuthorityResponse |
createGroupCertificateAuthority(Consumer<CreateGroupCertificateAuthorityRequest.Builder> createGroupCertificateAuthorityRequest)
Creates a CA for the group.
|
default CreateGroupCertificateAuthorityResponse |
createGroupCertificateAuthority(CreateGroupCertificateAuthorityRequest createGroupCertificateAuthorityRequest)
Creates a CA for the group.
|
default CreateGroupVersionResponse |
createGroupVersion(Consumer<CreateGroupVersionRequest.Builder> createGroupVersionRequest)
Creates a version of a group which has already been defined.
|
default CreateGroupVersionResponse |
createGroupVersion(CreateGroupVersionRequest createGroupVersionRequest)
Creates a version of a group which has already been defined.
|
default CreateLoggerDefinitionResponse |
createLoggerDefinition(Consumer<CreateLoggerDefinitionRequest.Builder> createLoggerDefinitionRequest)
Creates a logger definition.
|
default CreateLoggerDefinitionResponse |
createLoggerDefinition(CreateLoggerDefinitionRequest createLoggerDefinitionRequest)
Creates a logger definition.
|
default CreateLoggerDefinitionVersionResponse |
createLoggerDefinitionVersion(Consumer<CreateLoggerDefinitionVersionRequest.Builder> createLoggerDefinitionVersionRequest)
Creates a version of a logger definition that has already been defined.
|
default CreateLoggerDefinitionVersionResponse |
createLoggerDefinitionVersion(CreateLoggerDefinitionVersionRequest createLoggerDefinitionVersionRequest)
Creates a version of a logger definition that has already been defined.
|
default CreateResourceDefinitionResponse |
createResourceDefinition(Consumer<CreateResourceDefinitionRequest.Builder> createResourceDefinitionRequest)
Creates a resource definition which contains a list of resources to be used in a group.
|
default CreateResourceDefinitionResponse |
createResourceDefinition(CreateResourceDefinitionRequest createResourceDefinitionRequest)
Creates a resource definition which contains a list of resources to be used in a group.
|
default CreateResourceDefinitionVersionResponse |
createResourceDefinitionVersion(Consumer<CreateResourceDefinitionVersionRequest.Builder> createResourceDefinitionVersionRequest)
Creates a version of a resource definition that has already been defined.
|
default CreateResourceDefinitionVersionResponse |
createResourceDefinitionVersion(CreateResourceDefinitionVersionRequest createResourceDefinitionVersionRequest)
Creates a version of a resource definition that has already been defined.
|
default CreateSoftwareUpdateJobResponse |
createSoftwareUpdateJob(Consumer<CreateSoftwareUpdateJobRequest.Builder> createSoftwareUpdateJobRequest)
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the
OTA Agent as well as the Greengrass core software.
|
default CreateSoftwareUpdateJobResponse |
createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest createSoftwareUpdateJobRequest)
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the
OTA Agent as well as the Greengrass core software.
|
default CreateSubscriptionDefinitionResponse |
createSubscriptionDefinition(Consumer<CreateSubscriptionDefinitionRequest.Builder> createSubscriptionDefinitionRequest)
Creates a subscription definition.
|
default CreateSubscriptionDefinitionResponse |
createSubscriptionDefinition(CreateSubscriptionDefinitionRequest createSubscriptionDefinitionRequest)
Creates a subscription definition.
|
default CreateSubscriptionDefinitionVersionResponse |
createSubscriptionDefinitionVersion(Consumer<CreateSubscriptionDefinitionVersionRequest.Builder> createSubscriptionDefinitionVersionRequest)
Creates a version of a subscription definition which has already been defined.
|
default CreateSubscriptionDefinitionVersionResponse |
createSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest createSubscriptionDefinitionVersionRequest)
Creates a version of a subscription definition which has already been defined.
|
default DeleteConnectorDefinitionResponse |
deleteConnectorDefinition(Consumer<DeleteConnectorDefinitionRequest.Builder> deleteConnectorDefinitionRequest)
Deletes a connector definition.
|
default DeleteConnectorDefinitionResponse |
deleteConnectorDefinition(DeleteConnectorDefinitionRequest deleteConnectorDefinitionRequest)
Deletes a connector definition.
|
default DeleteCoreDefinitionResponse |
deleteCoreDefinition(Consumer<DeleteCoreDefinitionRequest.Builder> deleteCoreDefinitionRequest)
Deletes a core definition.
|
default DeleteCoreDefinitionResponse |
deleteCoreDefinition(DeleteCoreDefinitionRequest deleteCoreDefinitionRequest)
Deletes a core definition.
|
default DeleteDeviceDefinitionResponse |
deleteDeviceDefinition(Consumer<DeleteDeviceDefinitionRequest.Builder> deleteDeviceDefinitionRequest)
Deletes a device definition.
|
default DeleteDeviceDefinitionResponse |
deleteDeviceDefinition(DeleteDeviceDefinitionRequest deleteDeviceDefinitionRequest)
Deletes a device definition.
|
default DeleteFunctionDefinitionResponse |
deleteFunctionDefinition(Consumer<DeleteFunctionDefinitionRequest.Builder> deleteFunctionDefinitionRequest)
Deletes a Lambda function definition.
|
default DeleteFunctionDefinitionResponse |
deleteFunctionDefinition(DeleteFunctionDefinitionRequest deleteFunctionDefinitionRequest)
Deletes a Lambda function definition.
|
default DeleteGroupResponse |
deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)
Deletes a group.
|
default DeleteGroupResponse |
deleteGroup(DeleteGroupRequest deleteGroupRequest)
Deletes a group.
|
default DeleteLoggerDefinitionResponse |
deleteLoggerDefinition(Consumer<DeleteLoggerDefinitionRequest.Builder> deleteLoggerDefinitionRequest)
Deletes a logger definition.
|
default DeleteLoggerDefinitionResponse |
deleteLoggerDefinition(DeleteLoggerDefinitionRequest deleteLoggerDefinitionRequest)
Deletes a logger definition.
|
default DeleteResourceDefinitionResponse |
deleteResourceDefinition(Consumer<DeleteResourceDefinitionRequest.Builder> deleteResourceDefinitionRequest)
Deletes a resource definition.
|
default DeleteResourceDefinitionResponse |
deleteResourceDefinition(DeleteResourceDefinitionRequest deleteResourceDefinitionRequest)
Deletes a resource definition.
|
default DeleteSubscriptionDefinitionResponse |
deleteSubscriptionDefinition(Consumer<DeleteSubscriptionDefinitionRequest.Builder> deleteSubscriptionDefinitionRequest)
Deletes a subscription definition.
|
default DeleteSubscriptionDefinitionResponse |
deleteSubscriptionDefinition(DeleteSubscriptionDefinitionRequest deleteSubscriptionDefinitionRequest)
Deletes a subscription definition.
|
default DisassociateRoleFromGroupResponse |
disassociateRoleFromGroup(Consumer<DisassociateRoleFromGroupRequest.Builder> disassociateRoleFromGroupRequest)
Disassociates the role from a group.
|
default DisassociateRoleFromGroupResponse |
disassociateRoleFromGroup(DisassociateRoleFromGroupRequest disassociateRoleFromGroupRequest)
Disassociates the role from a group.
|
default DisassociateServiceRoleFromAccountResponse |
disassociateServiceRoleFromAccount()
Disassociates the service role from your account.
|
default DisassociateServiceRoleFromAccountResponse |
disassociateServiceRoleFromAccount(Consumer<DisassociateServiceRoleFromAccountRequest.Builder> disassociateServiceRoleFromAccountRequest)
Disassociates the service role from your account.
|
default DisassociateServiceRoleFromAccountResponse |
disassociateServiceRoleFromAccount(DisassociateServiceRoleFromAccountRequest disassociateServiceRoleFromAccountRequest)
Disassociates the service role from your account.
|
default GetAssociatedRoleResponse |
getAssociatedRole(Consumer<GetAssociatedRoleRequest.Builder> getAssociatedRoleRequest)
Retrieves the role associated with a particular group.
|
default GetAssociatedRoleResponse |
getAssociatedRole(GetAssociatedRoleRequest getAssociatedRoleRequest)
Retrieves the role associated with a particular group.
|
default GetBulkDeploymentStatusResponse |
getBulkDeploymentStatus(Consumer<GetBulkDeploymentStatusRequest.Builder> getBulkDeploymentStatusRequest)
Returns the status of a bulk deployment.
|
default GetBulkDeploymentStatusResponse |
getBulkDeploymentStatus(GetBulkDeploymentStatusRequest getBulkDeploymentStatusRequest)
Returns the status of a bulk deployment.
|
default GetConnectivityInfoResponse |
getConnectivityInfo(Consumer<GetConnectivityInfoRequest.Builder> getConnectivityInfoRequest)
Retrieves the connectivity information for a core.
|
default GetConnectivityInfoResponse |
getConnectivityInfo(GetConnectivityInfoRequest getConnectivityInfoRequest)
Retrieves the connectivity information for a core.
|
default GetConnectorDefinitionResponse |
getConnectorDefinition(Consumer<GetConnectorDefinitionRequest.Builder> getConnectorDefinitionRequest)
Retrieves information about a connector definition.
|
default GetConnectorDefinitionResponse |
getConnectorDefinition(GetConnectorDefinitionRequest getConnectorDefinitionRequest)
Retrieves information about a connector definition.
|
default GetConnectorDefinitionVersionResponse |
getConnectorDefinitionVersion(Consumer<GetConnectorDefinitionVersionRequest.Builder> getConnectorDefinitionVersionRequest)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
default GetConnectorDefinitionVersionResponse |
getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest getConnectorDefinitionVersionRequest)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
default GetCoreDefinitionResponse |
getCoreDefinition(Consumer<GetCoreDefinitionRequest.Builder> getCoreDefinitionRequest)
Retrieves information about a core definition version.
|
default GetCoreDefinitionResponse |
getCoreDefinition(GetCoreDefinitionRequest getCoreDefinitionRequest)
Retrieves information about a core definition version.
|
default GetCoreDefinitionVersionResponse |
getCoreDefinitionVersion(Consumer<GetCoreDefinitionVersionRequest.Builder> getCoreDefinitionVersionRequest)
Retrieves information about a core definition version.
|
default GetCoreDefinitionVersionResponse |
getCoreDefinitionVersion(GetCoreDefinitionVersionRequest getCoreDefinitionVersionRequest)
Retrieves information about a core definition version.
|
default GetDeploymentStatusResponse |
getDeploymentStatus(Consumer<GetDeploymentStatusRequest.Builder> getDeploymentStatusRequest)
Returns the status of a deployment.
|
default GetDeploymentStatusResponse |
getDeploymentStatus(GetDeploymentStatusRequest getDeploymentStatusRequest)
Returns the status of a deployment.
|
default GetDeviceDefinitionResponse |
getDeviceDefinition(Consumer<GetDeviceDefinitionRequest.Builder> getDeviceDefinitionRequest)
Retrieves information about a device definition.
|
default GetDeviceDefinitionResponse |
getDeviceDefinition(GetDeviceDefinitionRequest getDeviceDefinitionRequest)
Retrieves information about a device definition.
|
default GetDeviceDefinitionVersionResponse |
getDeviceDefinitionVersion(Consumer<GetDeviceDefinitionVersionRequest.Builder> getDeviceDefinitionVersionRequest)
Retrieves information about a device definition version.
|
default GetDeviceDefinitionVersionResponse |
getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest)
Retrieves information about a device definition version.
|
default GetFunctionDefinitionResponse |
getFunctionDefinition(Consumer<GetFunctionDefinitionRequest.Builder> getFunctionDefinitionRequest)
Retrieves information about a Lambda function definition, including its creation time and latest version.
|
default GetFunctionDefinitionResponse |
getFunctionDefinition(GetFunctionDefinitionRequest getFunctionDefinitionRequest)
Retrieves information about a Lambda function definition, including its creation time and latest version.
|
default GetFunctionDefinitionVersionResponse |
getFunctionDefinitionVersion(Consumer<GetFunctionDefinitionVersionRequest.Builder> getFunctionDefinitionVersionRequest)
Retrieves information about a Lambda function definition version, including which Lambda functions are included
in the version and their configurations.
|
default GetFunctionDefinitionVersionResponse |
getFunctionDefinitionVersion(GetFunctionDefinitionVersionRequest getFunctionDefinitionVersionRequest)
Retrieves information about a Lambda function definition version, including which Lambda functions are included
in the version and their configurations.
|
default GetGroupResponse |
getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)
Retrieves information about a group.
|
default GetGroupResponse |
getGroup(GetGroupRequest getGroupRequest)
Retrieves information about a group.
|
default GetGroupCertificateAuthorityResponse |
getGroupCertificateAuthority(Consumer<GetGroupCertificateAuthorityRequest.Builder> getGroupCertificateAuthorityRequest)
Retreives the CA associated with a group.
|
default GetGroupCertificateAuthorityResponse |
getGroupCertificateAuthority(GetGroupCertificateAuthorityRequest getGroupCertificateAuthorityRequest)
Retreives the CA associated with a group.
|
default GetGroupCertificateConfigurationResponse |
getGroupCertificateConfiguration(Consumer<GetGroupCertificateConfigurationRequest.Builder> getGroupCertificateConfigurationRequest)
Retrieves the current configuration for the CA used by the group.
|
default GetGroupCertificateConfigurationResponse |
getGroupCertificateConfiguration(GetGroupCertificateConfigurationRequest getGroupCertificateConfigurationRequest)
Retrieves the current configuration for the CA used by the group.
|
default GetGroupVersionResponse |
getGroupVersion(Consumer<GetGroupVersionRequest.Builder> getGroupVersionRequest)
Retrieves information about a group version.
|
default GetGroupVersionResponse |
getGroupVersion(GetGroupVersionRequest getGroupVersionRequest)
Retrieves information about a group version.
|
default GetLoggerDefinitionResponse |
getLoggerDefinition(Consumer<GetLoggerDefinitionRequest.Builder> getLoggerDefinitionRequest)
Retrieves information about a logger definition.
|
default GetLoggerDefinitionResponse |
getLoggerDefinition(GetLoggerDefinitionRequest getLoggerDefinitionRequest)
Retrieves information about a logger definition.
|
default GetLoggerDefinitionVersionResponse |
getLoggerDefinitionVersion(Consumer<GetLoggerDefinitionVersionRequest.Builder> getLoggerDefinitionVersionRequest)
Retrieves information about a logger definition version.
|
default GetLoggerDefinitionVersionResponse |
getLoggerDefinitionVersion(GetLoggerDefinitionVersionRequest getLoggerDefinitionVersionRequest)
Retrieves information about a logger definition version.
|
default GetResourceDefinitionResponse |
getResourceDefinition(Consumer<GetResourceDefinitionRequest.Builder> getResourceDefinitionRequest)
Retrieves information about a resource definition, including its creation time and latest version.
|
default GetResourceDefinitionResponse |
getResourceDefinition(GetResourceDefinitionRequest getResourceDefinitionRequest)
Retrieves information about a resource definition, including its creation time and latest version.
|
default GetResourceDefinitionVersionResponse |
getResourceDefinitionVersion(Consumer<GetResourceDefinitionVersionRequest.Builder> getResourceDefinitionVersionRequest)
Retrieves information about a resource definition version, including which resources are included in the version.
|
default GetResourceDefinitionVersionResponse |
getResourceDefinitionVersion(GetResourceDefinitionVersionRequest getResourceDefinitionVersionRequest)
Retrieves information about a resource definition version, including which resources are included in the version.
|
default GetServiceRoleForAccountResponse |
getServiceRoleForAccount()
Retrieves the service role that is attached to your account.
|
default GetServiceRoleForAccountResponse |
getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest)
Retrieves the service role that is attached to your account.
|
default GetServiceRoleForAccountResponse |
getServiceRoleForAccount(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest)
Retrieves the service role that is attached to your account.
|
default GetSubscriptionDefinitionResponse |
getSubscriptionDefinition(Consumer<GetSubscriptionDefinitionRequest.Builder> getSubscriptionDefinitionRequest)
Retrieves information about a subscription definition.
|
default GetSubscriptionDefinitionResponse |
getSubscriptionDefinition(GetSubscriptionDefinitionRequest getSubscriptionDefinitionRequest)
Retrieves information about a subscription definition.
|
default GetSubscriptionDefinitionVersionResponse |
getSubscriptionDefinitionVersion(Consumer<GetSubscriptionDefinitionVersionRequest.Builder> getSubscriptionDefinitionVersionRequest)
Retrieves information about a subscription definition version.
|
default GetSubscriptionDefinitionVersionResponse |
getSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest getSubscriptionDefinitionVersionRequest)
Retrieves information about a subscription definition version.
|
default ListBulkDeploymentDetailedReportsResponse |
listBulkDeploymentDetailedReports(Consumer<ListBulkDeploymentDetailedReportsRequest.Builder> listBulkDeploymentDetailedReportsRequest)
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current
deployment status.
|
default ListBulkDeploymentDetailedReportsResponse |
listBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest listBulkDeploymentDetailedReportsRequest)
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current
deployment status.
|
default ListBulkDeploymentsResponse |
listBulkDeployments()
Returns a list of bulk deployments.
|
default ListBulkDeploymentsResponse |
listBulkDeployments(Consumer<ListBulkDeploymentsRequest.Builder> listBulkDeploymentsRequest)
Returns a list of bulk deployments.
|
default ListBulkDeploymentsResponse |
listBulkDeployments(ListBulkDeploymentsRequest listBulkDeploymentsRequest)
Returns a list of bulk deployments.
|
default ListConnectorDefinitionsResponse |
listConnectorDefinitions()
Retrieves a list of connector definitions.
|
default ListConnectorDefinitionsResponse |
listConnectorDefinitions(Consumer<ListConnectorDefinitionsRequest.Builder> listConnectorDefinitionsRequest)
Retrieves a list of connector definitions.
|
default ListConnectorDefinitionsResponse |
listConnectorDefinitions(ListConnectorDefinitionsRequest listConnectorDefinitionsRequest)
Retrieves a list of connector definitions.
|
default ListConnectorDefinitionVersionsResponse |
listConnectorDefinitionVersions(Consumer<ListConnectorDefinitionVersionsRequest.Builder> listConnectorDefinitionVersionsRequest)
Lists the versions of a connector definition, which are containers for connectors.
|
default ListConnectorDefinitionVersionsResponse |
listConnectorDefinitionVersions(ListConnectorDefinitionVersionsRequest listConnectorDefinitionVersionsRequest)
Lists the versions of a connector definition, which are containers for connectors.
|
default ListCoreDefinitionsResponse |
listCoreDefinitions()
Retrieves a list of core definitions.
|
default ListCoreDefinitionsResponse |
listCoreDefinitions(Consumer<ListCoreDefinitionsRequest.Builder> listCoreDefinitionsRequest)
Retrieves a list of core definitions.
|
default ListCoreDefinitionsResponse |
listCoreDefinitions(ListCoreDefinitionsRequest listCoreDefinitionsRequest)
Retrieves a list of core definitions.
|
default ListCoreDefinitionVersionsResponse |
listCoreDefinitionVersions(Consumer<ListCoreDefinitionVersionsRequest.Builder> listCoreDefinitionVersionsRequest)
Lists the versions of a core definition.
|
default ListCoreDefinitionVersionsResponse |
listCoreDefinitionVersions(ListCoreDefinitionVersionsRequest listCoreDefinitionVersionsRequest)
Lists the versions of a core definition.
|
default ListDeploymentsResponse |
listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a history of deployments for the group.
|
default ListDeploymentsResponse |
listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Returns a history of deployments for the group.
|
default ListDeviceDefinitionsResponse |
listDeviceDefinitions()
Retrieves a list of device definitions.
|
default ListDeviceDefinitionsResponse |
listDeviceDefinitions(Consumer<ListDeviceDefinitionsRequest.Builder> listDeviceDefinitionsRequest)
Retrieves a list of device definitions.
|
default ListDeviceDefinitionsResponse |
listDeviceDefinitions(ListDeviceDefinitionsRequest listDeviceDefinitionsRequest)
Retrieves a list of device definitions.
|
default ListDeviceDefinitionVersionsResponse |
listDeviceDefinitionVersions(Consumer<ListDeviceDefinitionVersionsRequest.Builder> listDeviceDefinitionVersionsRequest)
Lists the versions of a device definition.
|
default ListDeviceDefinitionVersionsResponse |
listDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest listDeviceDefinitionVersionsRequest)
Lists the versions of a device definition.
|
default ListFunctionDefinitionsResponse |
listFunctionDefinitions()
Retrieves a list of Lambda function definitions.
|
default ListFunctionDefinitionsResponse |
listFunctionDefinitions(Consumer<ListFunctionDefinitionsRequest.Builder> listFunctionDefinitionsRequest)
Retrieves a list of Lambda function definitions.
|
default ListFunctionDefinitionsResponse |
listFunctionDefinitions(ListFunctionDefinitionsRequest listFunctionDefinitionsRequest)
Retrieves a list of Lambda function definitions.
|
default ListFunctionDefinitionVersionsResponse |
listFunctionDefinitionVersions(Consumer<ListFunctionDefinitionVersionsRequest.Builder> listFunctionDefinitionVersionsRequest)
Lists the versions of a Lambda function definition.
|
default ListFunctionDefinitionVersionsResponse |
listFunctionDefinitionVersions(ListFunctionDefinitionVersionsRequest listFunctionDefinitionVersionsRequest)
Lists the versions of a Lambda function definition.
|
default ListGroupCertificateAuthoritiesResponse |
listGroupCertificateAuthorities(Consumer<ListGroupCertificateAuthoritiesRequest.Builder> listGroupCertificateAuthoritiesRequest)
Retrieves the current CAs for a group.
|
default ListGroupCertificateAuthoritiesResponse |
listGroupCertificateAuthorities(ListGroupCertificateAuthoritiesRequest listGroupCertificateAuthoritiesRequest)
Retrieves the current CAs for a group.
|
default ListGroupsResponse |
listGroups()
Retrieves a list of groups.
|
default ListGroupsResponse |
listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Retrieves a list of groups.
|
default ListGroupsResponse |
listGroups(ListGroupsRequest listGroupsRequest)
Retrieves a list of groups.
|
default ListGroupVersionsResponse |
listGroupVersions(Consumer<ListGroupVersionsRequest.Builder> listGroupVersionsRequest)
Lists the versions of a group.
|
default ListGroupVersionsResponse |
listGroupVersions(ListGroupVersionsRequest listGroupVersionsRequest)
Lists the versions of a group.
|
default ListLoggerDefinitionsResponse |
listLoggerDefinitions()
Retrieves a list of logger definitions.
|
default ListLoggerDefinitionsResponse |
listLoggerDefinitions(Consumer<ListLoggerDefinitionsRequest.Builder> listLoggerDefinitionsRequest)
Retrieves a list of logger definitions.
|
default ListLoggerDefinitionsResponse |
listLoggerDefinitions(ListLoggerDefinitionsRequest listLoggerDefinitionsRequest)
Retrieves a list of logger definitions.
|
default ListLoggerDefinitionVersionsResponse |
listLoggerDefinitionVersions(Consumer<ListLoggerDefinitionVersionsRequest.Builder> listLoggerDefinitionVersionsRequest)
Lists the versions of a logger definition.
|
default ListLoggerDefinitionVersionsResponse |
listLoggerDefinitionVersions(ListLoggerDefinitionVersionsRequest listLoggerDefinitionVersionsRequest)
Lists the versions of a logger definition.
|
default ListResourceDefinitionsResponse |
listResourceDefinitions()
Retrieves a list of resource definitions.
|
default ListResourceDefinitionsResponse |
listResourceDefinitions(Consumer<ListResourceDefinitionsRequest.Builder> listResourceDefinitionsRequest)
Retrieves a list of resource definitions.
|
default ListResourceDefinitionsResponse |
listResourceDefinitions(ListResourceDefinitionsRequest listResourceDefinitionsRequest)
Retrieves a list of resource definitions.
|
default ListResourceDefinitionVersionsResponse |
listResourceDefinitionVersions(Consumer<ListResourceDefinitionVersionsRequest.Builder> listResourceDefinitionVersionsRequest)
Lists the versions of a resource definition.
|
default ListResourceDefinitionVersionsResponse |
listResourceDefinitionVersions(ListResourceDefinitionVersionsRequest listResourceDefinitionVersionsRequest)
Lists the versions of a resource definition.
|
default ListSubscriptionDefinitionsResponse |
listSubscriptionDefinitions()
Retrieves a list of subscription definitions.
|
default ListSubscriptionDefinitionsResponse |
listSubscriptionDefinitions(Consumer<ListSubscriptionDefinitionsRequest.Builder> listSubscriptionDefinitionsRequest)
Retrieves a list of subscription definitions.
|
default ListSubscriptionDefinitionsResponse |
listSubscriptionDefinitions(ListSubscriptionDefinitionsRequest listSubscriptionDefinitionsRequest)
Retrieves a list of subscription definitions.
|
default ListSubscriptionDefinitionVersionsResponse |
listSubscriptionDefinitionVersions(Consumer<ListSubscriptionDefinitionVersionsRequest.Builder> listSubscriptionDefinitionVersionsRequest)
Lists the versions of a subscription definition.
|
default ListSubscriptionDefinitionVersionsResponse |
listSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest listSubscriptionDefinitionVersionsRequest)
Lists the versions of a subscription definition.
|
default ResetDeploymentsResponse |
resetDeployments(Consumer<ResetDeploymentsRequest.Builder> resetDeploymentsRequest)
Resets a group's deployments.
|
default ResetDeploymentsResponse |
resetDeployments(ResetDeploymentsRequest resetDeploymentsRequest)
Resets a group's deployments.
|
static ServiceMetadata |
serviceMetadata() |
default StartBulkDeploymentResponse |
startBulkDeployment(Consumer<StartBulkDeploymentRequest.Builder> startBulkDeploymentRequest)
Deploys multiple groups in one operation.
|
default StartBulkDeploymentResponse |
startBulkDeployment(StartBulkDeploymentRequest startBulkDeploymentRequest)
Deploys multiple groups in one operation.
|
default StopBulkDeploymentResponse |
stopBulkDeployment(Consumer<StopBulkDeploymentRequest.Builder> stopBulkDeploymentRequest)
Stops the execution of a bulk deployment.
|
default StopBulkDeploymentResponse |
stopBulkDeployment(StopBulkDeploymentRequest stopBulkDeploymentRequest)
Stops the execution of a bulk deployment.
|
default UpdateConnectivityInfoResponse |
updateConnectivityInfo(Consumer<UpdateConnectivityInfoRequest.Builder> updateConnectivityInfoRequest)
Updates the connectivity information for the core.
|
default UpdateConnectivityInfoResponse |
updateConnectivityInfo(UpdateConnectivityInfoRequest updateConnectivityInfoRequest)
Updates the connectivity information for the core.
|
default UpdateConnectorDefinitionResponse |
updateConnectorDefinition(Consumer<UpdateConnectorDefinitionRequest.Builder> updateConnectorDefinitionRequest)
Updates a connector definition.
|
default UpdateConnectorDefinitionResponse |
updateConnectorDefinition(UpdateConnectorDefinitionRequest updateConnectorDefinitionRequest)
Updates a connector definition.
|
default UpdateCoreDefinitionResponse |
updateCoreDefinition(Consumer<UpdateCoreDefinitionRequest.Builder> updateCoreDefinitionRequest)
Updates a core definition.
|
default UpdateCoreDefinitionResponse |
updateCoreDefinition(UpdateCoreDefinitionRequest updateCoreDefinitionRequest)
Updates a core definition.
|
default UpdateDeviceDefinitionResponse |
updateDeviceDefinition(Consumer<UpdateDeviceDefinitionRequest.Builder> updateDeviceDefinitionRequest)
Updates a device definition.
|
default UpdateDeviceDefinitionResponse |
updateDeviceDefinition(UpdateDeviceDefinitionRequest updateDeviceDefinitionRequest)
Updates a device definition.
|
default UpdateFunctionDefinitionResponse |
updateFunctionDefinition(Consumer<UpdateFunctionDefinitionRequest.Builder> updateFunctionDefinitionRequest)
Updates a Lambda function definition.
|
default UpdateFunctionDefinitionResponse |
updateFunctionDefinition(UpdateFunctionDefinitionRequest updateFunctionDefinitionRequest)
Updates a Lambda function definition.
|
default UpdateGroupResponse |
updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates a group.
|
default UpdateGroupResponse |
updateGroup(UpdateGroupRequest updateGroupRequest)
Updates a group.
|
default UpdateGroupCertificateConfigurationResponse |
updateGroupCertificateConfiguration(Consumer<UpdateGroupCertificateConfigurationRequest.Builder> updateGroupCertificateConfigurationRequest)
Updates the Certificate expiry time for a group.
|
default UpdateGroupCertificateConfigurationResponse |
updateGroupCertificateConfiguration(UpdateGroupCertificateConfigurationRequest updateGroupCertificateConfigurationRequest)
Updates the Certificate expiry time for a group.
|
default UpdateLoggerDefinitionResponse |
updateLoggerDefinition(Consumer<UpdateLoggerDefinitionRequest.Builder> updateLoggerDefinitionRequest)
Updates a logger definition.
|
default UpdateLoggerDefinitionResponse |
updateLoggerDefinition(UpdateLoggerDefinitionRequest updateLoggerDefinitionRequest)
Updates a logger definition.
|
default UpdateResourceDefinitionResponse |
updateResourceDefinition(Consumer<UpdateResourceDefinitionRequest.Builder> updateResourceDefinitionRequest)
Updates a resource definition.
|
default UpdateResourceDefinitionResponse |
updateResourceDefinition(UpdateResourceDefinitionRequest updateResourceDefinitionRequest)
Updates a resource definition.
|
default UpdateSubscriptionDefinitionResponse |
updateSubscriptionDefinition(Consumer<UpdateSubscriptionDefinitionRequest.Builder> updateSubscriptionDefinitionRequest)
Updates a subscription definition.
|
default UpdateSubscriptionDefinitionResponse |
updateSubscriptionDefinition(UpdateSubscriptionDefinitionRequest updateSubscriptionDefinitionRequest)
Updates a subscription definition.
|
serviceNameclosestatic final String SERVICE_NAME
static GreengrassClient create()
GreengrassClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static GreengrassClientBuilder builder()
GreengrassClient.default AssociateRoleToGroupResponse associateRoleToGroup(AssociateRoleToGroupRequest associateRoleToGroupRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
associateRoleToGroupRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateRoleToGroupResponse associateRoleToGroup(Consumer<AssociateRoleToGroupRequest.Builder> associateRoleToGroupRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the AssociateRoleToGroupRequest.Builder avoiding the
need to create one manually via AssociateRoleToGroupRequest.builder()
associateRoleToGroupRequest - A Consumer that will call methods on AssociateRoleToGroupRequest.Builder to create a
request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateServiceRoleToAccountResponse associateServiceRoleToAccount(AssociateServiceRoleToAccountRequest associateServiceRoleToAccountRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
associateServiceRoleToAccountRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateServiceRoleToAccountResponse associateServiceRoleToAccount(Consumer<AssociateServiceRoleToAccountRequest.Builder> associateServiceRoleToAccountRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the AssociateServiceRoleToAccountRequest.Builder
avoiding the need to create one manually via AssociateServiceRoleToAccountRequest.builder()
associateServiceRoleToAccountRequest - A Consumer that will call methods on AssociateServiceRoleToAccountRequest.Builder to
create a request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConnectorDefinitionResponse createConnectorDefinition(CreateConnectorDefinitionRequest createConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createConnectorDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConnectorDefinitionResponse createConnectorDefinition(Consumer<CreateConnectorDefinitionRequest.Builder> createConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateConnectorDefinitionRequest.Builder avoiding
the need to create one manually via CreateConnectorDefinitionRequest.builder()
createConnectorDefinitionRequest - A Consumer that will call methods on CreateConnectorDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConnectorDefinitionVersionResponse createConnectorDefinitionVersion(CreateConnectorDefinitionVersionRequest createConnectorDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createConnectorDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConnectorDefinitionVersionResponse createConnectorDefinitionVersion(Consumer<CreateConnectorDefinitionVersionRequest.Builder> createConnectorDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateConnectorDefinitionVersionRequest.Builder
avoiding the need to create one manually via CreateConnectorDefinitionVersionRequest.builder()
createConnectorDefinitionVersionRequest - A Consumer that will call methods on CreateConnectorDefinitionVersionRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCoreDefinitionResponse createCoreDefinition(CreateCoreDefinitionRequest createCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createCoreDefinitionRequest - Information needed to create a core definition.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCoreDefinitionResponse createCoreDefinition(Consumer<CreateCoreDefinitionRequest.Builder> createCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateCoreDefinitionRequest.Builder avoiding the
need to create one manually via CreateCoreDefinitionRequest.builder()
createCoreDefinitionRequest - A Consumer that will call methods on CreateCoreDefinitionRequest.Builder to create a
request. Information needed to create a core definition.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCoreDefinitionVersionResponse createCoreDefinitionVersion(CreateCoreDefinitionVersionRequest createCoreDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createCoreDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCoreDefinitionVersionResponse createCoreDefinitionVersion(Consumer<CreateCoreDefinitionVersionRequest.Builder> createCoreDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateCoreDefinitionVersionRequest.Builder
avoiding the need to create one manually via CreateCoreDefinitionVersionRequest.builder()
createCoreDefinitionVersionRequest - A Consumer that will call methods on CreateCoreDefinitionVersionRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeploymentResponse createDeployment(CreateDeploymentRequest createDeploymentRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createDeploymentRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeploymentResponse createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateDeploymentRequest.Builder avoiding the need
to create one manually via CreateDeploymentRequest.builder()
createDeploymentRequest - A Consumer that will call methods on CreateDeploymentRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceDefinitionResponse createDeviceDefinition(CreateDeviceDefinitionRequest createDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createDeviceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceDefinitionResponse createDeviceDefinition(Consumer<CreateDeviceDefinitionRequest.Builder> createDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateDeviceDefinitionRequest.Builder avoiding the
need to create one manually via CreateDeviceDefinitionRequest.builder()
createDeviceDefinitionRequest - A Consumer that will call methods on CreateDeviceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceDefinitionVersionResponse createDeviceDefinitionVersion(CreateDeviceDefinitionVersionRequest createDeviceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createDeviceDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceDefinitionVersionResponse createDeviceDefinitionVersion(Consumer<CreateDeviceDefinitionVersionRequest.Builder> createDeviceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateDeviceDefinitionVersionRequest.Builder
avoiding the need to create one manually via CreateDeviceDefinitionVersionRequest.builder()
createDeviceDefinitionVersionRequest - A Consumer that will call methods on CreateDeviceDefinitionVersionRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFunctionDefinitionResponse createFunctionDefinition(CreateFunctionDefinitionRequest createFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createFunctionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFunctionDefinitionResponse createFunctionDefinition(Consumer<CreateFunctionDefinitionRequest.Builder> createFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateFunctionDefinitionRequest.Builder avoiding
the need to create one manually via CreateFunctionDefinitionRequest.builder()
createFunctionDefinitionRequest - A Consumer that will call methods on CreateFunctionDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFunctionDefinitionVersionResponse createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest createFunctionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createFunctionDefinitionVersionRequest - Information needed to create a function definition version.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFunctionDefinitionVersionResponse createFunctionDefinitionVersion(Consumer<CreateFunctionDefinitionVersionRequest.Builder> createFunctionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateFunctionDefinitionVersionRequest.Builder
avoiding the need to create one manually via CreateFunctionDefinitionVersionRequest.builder()
createFunctionDefinitionVersionRequest - A Consumer that will call methods on CreateFunctionDefinitionVersionRequest.Builder to
create a request. Information needed to create a function definition version.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateGroupResponse createGroup(CreateGroupRequest createGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createGroupRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateGroupResponse createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateGroupRequest.Builder avoiding the need to
create one manually via CreateGroupRequest.builder()
createGroupRequest - A Consumer that will call methods on CreateGroupRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateGroupCertificateAuthorityResponse createGroupCertificateAuthority(CreateGroupCertificateAuthorityRequest createGroupCertificateAuthorityRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
createGroupCertificateAuthorityRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateGroupCertificateAuthorityResponse createGroupCertificateAuthority(Consumer<CreateGroupCertificateAuthorityRequest.Builder> createGroupCertificateAuthorityRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateGroupCertificateAuthorityRequest.Builder
avoiding the need to create one manually via CreateGroupCertificateAuthorityRequest.builder()
createGroupCertificateAuthorityRequest - A Consumer that will call methods on CreateGroupCertificateAuthorityRequest.Builder to
create a request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateGroupVersionResponse createGroupVersion(CreateGroupVersionRequest createGroupVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createGroupVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateGroupVersionResponse createGroupVersion(Consumer<CreateGroupVersionRequest.Builder> createGroupVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateGroupVersionRequest.Builder avoiding the
need to create one manually via CreateGroupVersionRequest.builder()
createGroupVersionRequest - A Consumer that will call methods on CreateGroupVersionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateLoggerDefinitionResponse createLoggerDefinition(CreateLoggerDefinitionRequest createLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createLoggerDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateLoggerDefinitionResponse createLoggerDefinition(Consumer<CreateLoggerDefinitionRequest.Builder> createLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateLoggerDefinitionRequest.Builder avoiding the
need to create one manually via CreateLoggerDefinitionRequest.builder()
createLoggerDefinitionRequest - A Consumer that will call methods on CreateLoggerDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateLoggerDefinitionVersionResponse createLoggerDefinitionVersion(CreateLoggerDefinitionVersionRequest createLoggerDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createLoggerDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateLoggerDefinitionVersionResponse createLoggerDefinitionVersion(Consumer<CreateLoggerDefinitionVersionRequest.Builder> createLoggerDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateLoggerDefinitionVersionRequest.Builder
avoiding the need to create one manually via CreateLoggerDefinitionVersionRequest.builder()
createLoggerDefinitionVersionRequest - A Consumer that will call methods on CreateLoggerDefinitionVersionRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateResourceDefinitionResponse createResourceDefinition(CreateResourceDefinitionRequest createResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createResourceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateResourceDefinitionResponse createResourceDefinition(Consumer<CreateResourceDefinitionRequest.Builder> createResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateResourceDefinitionRequest.Builder avoiding
the need to create one manually via CreateResourceDefinitionRequest.builder()
createResourceDefinitionRequest - A Consumer that will call methods on CreateResourceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateResourceDefinitionVersionResponse createResourceDefinitionVersion(CreateResourceDefinitionVersionRequest createResourceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createResourceDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateResourceDefinitionVersionResponse createResourceDefinitionVersion(Consumer<CreateResourceDefinitionVersionRequest.Builder> createResourceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateResourceDefinitionVersionRequest.Builder
avoiding the need to create one manually via CreateResourceDefinitionVersionRequest.builder()
createResourceDefinitionVersionRequest - A Consumer that will call methods on CreateResourceDefinitionVersionRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSoftwareUpdateJobResponse createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest createSoftwareUpdateJobRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
createSoftwareUpdateJobRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSoftwareUpdateJobResponse createSoftwareUpdateJob(Consumer<CreateSoftwareUpdateJobRequest.Builder> createSoftwareUpdateJobRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateSoftwareUpdateJobRequest.Builder avoiding
the need to create one manually via CreateSoftwareUpdateJobRequest.builder()
createSoftwareUpdateJobRequest - A Consumer that will call methods on CreateSoftwareUpdateJobRequest.Builder to create a
request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSubscriptionDefinitionResponse createSubscriptionDefinition(CreateSubscriptionDefinitionRequest createSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createSubscriptionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSubscriptionDefinitionResponse createSubscriptionDefinition(Consumer<CreateSubscriptionDefinitionRequest.Builder> createSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateSubscriptionDefinitionRequest.Builder
avoiding the need to create one manually via CreateSubscriptionDefinitionRequest.builder()
createSubscriptionDefinitionRequest - A Consumer that will call methods on CreateSubscriptionDefinitionRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSubscriptionDefinitionVersionResponse createSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest createSubscriptionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
createSubscriptionDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSubscriptionDefinitionVersionResponse createSubscriptionDefinitionVersion(Consumer<CreateSubscriptionDefinitionVersionRequest.Builder> createSubscriptionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the CreateSubscriptionDefinitionVersionRequest.Builder
avoiding the need to create one manually via CreateSubscriptionDefinitionVersionRequest.builder()
createSubscriptionDefinitionVersionRequest - A Consumer that will call methods on CreateSubscriptionDefinitionVersionRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConnectorDefinitionResponse deleteConnectorDefinition(DeleteConnectorDefinitionRequest deleteConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteConnectorDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConnectorDefinitionResponse deleteConnectorDefinition(Consumer<DeleteConnectorDefinitionRequest.Builder> deleteConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteConnectorDefinitionRequest.Builder avoiding
the need to create one manually via DeleteConnectorDefinitionRequest.builder()
deleteConnectorDefinitionRequest - A Consumer that will call methods on DeleteConnectorDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCoreDefinitionResponse deleteCoreDefinition(DeleteCoreDefinitionRequest deleteCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteCoreDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCoreDefinitionResponse deleteCoreDefinition(Consumer<DeleteCoreDefinitionRequest.Builder> deleteCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteCoreDefinitionRequest.Builder avoiding the
need to create one manually via DeleteCoreDefinitionRequest.builder()
deleteCoreDefinitionRequest - A Consumer that will call methods on DeleteCoreDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceDefinitionResponse deleteDeviceDefinition(DeleteDeviceDefinitionRequest deleteDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteDeviceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceDefinitionResponse deleteDeviceDefinition(Consumer<DeleteDeviceDefinitionRequest.Builder> deleteDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteDeviceDefinitionRequest.Builder avoiding the
need to create one manually via DeleteDeviceDefinitionRequest.builder()
deleteDeviceDefinitionRequest - A Consumer that will call methods on DeleteDeviceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFunctionDefinitionResponse deleteFunctionDefinition(DeleteFunctionDefinitionRequest deleteFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteFunctionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFunctionDefinitionResponse deleteFunctionDefinition(Consumer<DeleteFunctionDefinitionRequest.Builder> deleteFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteFunctionDefinitionRequest.Builder avoiding
the need to create one manually via DeleteFunctionDefinitionRequest.builder()
deleteFunctionDefinitionRequest - A Consumer that will call methods on DeleteFunctionDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteGroupResponse deleteGroup(DeleteGroupRequest deleteGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteGroupRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteGroupResponse deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteGroupRequest.Builder avoiding the need to
create one manually via DeleteGroupRequest.builder()
deleteGroupRequest - A Consumer that will call methods on DeleteGroupRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteLoggerDefinitionResponse deleteLoggerDefinition(DeleteLoggerDefinitionRequest deleteLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteLoggerDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteLoggerDefinitionResponse deleteLoggerDefinition(Consumer<DeleteLoggerDefinitionRequest.Builder> deleteLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteLoggerDefinitionRequest.Builder avoiding the
need to create one manually via DeleteLoggerDefinitionRequest.builder()
deleteLoggerDefinitionRequest - A Consumer that will call methods on DeleteLoggerDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteResourceDefinitionResponse deleteResourceDefinition(DeleteResourceDefinitionRequest deleteResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteResourceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteResourceDefinitionResponse deleteResourceDefinition(Consumer<DeleteResourceDefinitionRequest.Builder> deleteResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteResourceDefinitionRequest.Builder avoiding
the need to create one manually via DeleteResourceDefinitionRequest.builder()
deleteResourceDefinitionRequest - A Consumer that will call methods on DeleteResourceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSubscriptionDefinitionResponse deleteSubscriptionDefinition(DeleteSubscriptionDefinitionRequest deleteSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
deleteSubscriptionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSubscriptionDefinitionResponse deleteSubscriptionDefinition(Consumer<DeleteSubscriptionDefinitionRequest.Builder> deleteSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DeleteSubscriptionDefinitionRequest.Builder
avoiding the need to create one manually via DeleteSubscriptionDefinitionRequest.builder()
deleteSubscriptionDefinitionRequest - A Consumer that will call methods on DeleteSubscriptionDefinitionRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateRoleFromGroupResponse disassociateRoleFromGroup(DisassociateRoleFromGroupRequest disassociateRoleFromGroupRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
disassociateRoleFromGroupRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateRoleFromGroupResponse disassociateRoleFromGroup(Consumer<DisassociateRoleFromGroupRequest.Builder> disassociateRoleFromGroupRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DisassociateRoleFromGroupRequest.Builder avoiding
the need to create one manually via DisassociateRoleFromGroupRequest.builder()
disassociateRoleFromGroupRequest - A Consumer that will call methods on DisassociateRoleFromGroupRequest.Builder to create a
request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateServiceRoleFromAccountResponse disassociateServiceRoleFromAccount() throws InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
InternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondisassociateServiceRoleFromAccount(DisassociateServiceRoleFromAccountRequest),
AWS API Documentationdefault DisassociateServiceRoleFromAccountResponse disassociateServiceRoleFromAccount(DisassociateServiceRoleFromAccountRequest disassociateServiceRoleFromAccountRequest) throws InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
disassociateServiceRoleFromAccountRequest - InternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateServiceRoleFromAccountResponse disassociateServiceRoleFromAccount(Consumer<DisassociateServiceRoleFromAccountRequest.Builder> disassociateServiceRoleFromAccountRequest) throws InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the DisassociateServiceRoleFromAccountRequest.Builder
avoiding the need to create one manually via DisassociateServiceRoleFromAccountRequest.builder()
disassociateServiceRoleFromAccountRequest - A Consumer that will call methods on DisassociateServiceRoleFromAccountRequest.Builder to
create a request.InternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssociatedRoleResponse getAssociatedRole(GetAssociatedRoleRequest getAssociatedRoleRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
getAssociatedRoleRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssociatedRoleResponse getAssociatedRole(Consumer<GetAssociatedRoleRequest.Builder> getAssociatedRoleRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetAssociatedRoleRequest.Builder avoiding the need
to create one manually via GetAssociatedRoleRequest.builder()
getAssociatedRoleRequest - A Consumer that will call methods on GetAssociatedRoleRequest.Builder to create a request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetBulkDeploymentStatusResponse getBulkDeploymentStatus(GetBulkDeploymentStatusRequest getBulkDeploymentStatusRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getBulkDeploymentStatusRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetBulkDeploymentStatusResponse getBulkDeploymentStatus(Consumer<GetBulkDeploymentStatusRequest.Builder> getBulkDeploymentStatusRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetBulkDeploymentStatusRequest.Builder avoiding
the need to create one manually via GetBulkDeploymentStatusRequest.builder()
getBulkDeploymentStatusRequest - A Consumer that will call methods on GetBulkDeploymentStatusRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConnectivityInfoResponse getConnectivityInfo(GetConnectivityInfoRequest getConnectivityInfoRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
getConnectivityInfoRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConnectivityInfoResponse getConnectivityInfo(Consumer<GetConnectivityInfoRequest.Builder> getConnectivityInfoRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetConnectivityInfoRequest.Builder avoiding the
need to create one manually via GetConnectivityInfoRequest.builder()
getConnectivityInfoRequest - A Consumer that will call methods on GetConnectivityInfoRequest.Builder to create a
request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConnectorDefinitionResponse getConnectorDefinition(GetConnectorDefinitionRequest getConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getConnectorDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConnectorDefinitionResponse getConnectorDefinition(Consumer<GetConnectorDefinitionRequest.Builder> getConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetConnectorDefinitionRequest.Builder avoiding the
need to create one manually via GetConnectorDefinitionRequest.builder()
getConnectorDefinitionRequest - A Consumer that will call methods on GetConnectorDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConnectorDefinitionVersionResponse getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest getConnectorDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getConnectorDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConnectorDefinitionVersionResponse getConnectorDefinitionVersion(Consumer<GetConnectorDefinitionVersionRequest.Builder> getConnectorDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetConnectorDefinitionVersionRequest.Builder
avoiding the need to create one manually via GetConnectorDefinitionVersionRequest.builder()
getConnectorDefinitionVersionRequest - A Consumer that will call methods on GetConnectorDefinitionVersionRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCoreDefinitionResponse getCoreDefinition(GetCoreDefinitionRequest getCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getCoreDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCoreDefinitionResponse getCoreDefinition(Consumer<GetCoreDefinitionRequest.Builder> getCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetCoreDefinitionRequest.Builder avoiding the need
to create one manually via GetCoreDefinitionRequest.builder()
getCoreDefinitionRequest - A Consumer that will call methods on GetCoreDefinitionRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCoreDefinitionVersionResponse getCoreDefinitionVersion(GetCoreDefinitionVersionRequest getCoreDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getCoreDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCoreDefinitionVersionResponse getCoreDefinitionVersion(Consumer<GetCoreDefinitionVersionRequest.Builder> getCoreDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetCoreDefinitionVersionRequest.Builder avoiding
the need to create one manually via GetCoreDefinitionVersionRequest.builder()
getCoreDefinitionVersionRequest - A Consumer that will call methods on GetCoreDefinitionVersionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentStatusResponse getDeploymentStatus(GetDeploymentStatusRequest getDeploymentStatusRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getDeploymentStatusRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentStatusResponse getDeploymentStatus(Consumer<GetDeploymentStatusRequest.Builder> getDeploymentStatusRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetDeploymentStatusRequest.Builder avoiding the
need to create one manually via GetDeploymentStatusRequest.builder()
getDeploymentStatusRequest - A Consumer that will call methods on GetDeploymentStatusRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceDefinitionResponse getDeviceDefinition(GetDeviceDefinitionRequest getDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getDeviceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceDefinitionResponse getDeviceDefinition(Consumer<GetDeviceDefinitionRequest.Builder> getDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetDeviceDefinitionRequest.Builder avoiding the
need to create one manually via GetDeviceDefinitionRequest.builder()
getDeviceDefinitionRequest - A Consumer that will call methods on GetDeviceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceDefinitionVersionResponse getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getDeviceDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceDefinitionVersionResponse getDeviceDefinitionVersion(Consumer<GetDeviceDefinitionVersionRequest.Builder> getDeviceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetDeviceDefinitionVersionRequest.Builder avoiding
the need to create one manually via GetDeviceDefinitionVersionRequest.builder()
getDeviceDefinitionVersionRequest - A Consumer that will call methods on GetDeviceDefinitionVersionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFunctionDefinitionResponse getFunctionDefinition(GetFunctionDefinitionRequest getFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getFunctionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFunctionDefinitionResponse getFunctionDefinition(Consumer<GetFunctionDefinitionRequest.Builder> getFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetFunctionDefinitionRequest.Builder avoiding the
need to create one manually via GetFunctionDefinitionRequest.builder()
getFunctionDefinitionRequest - A Consumer that will call methods on GetFunctionDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFunctionDefinitionVersionResponse getFunctionDefinitionVersion(GetFunctionDefinitionVersionRequest getFunctionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getFunctionDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFunctionDefinitionVersionResponse getFunctionDefinitionVersion(Consumer<GetFunctionDefinitionVersionRequest.Builder> getFunctionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetFunctionDefinitionVersionRequest.Builder
avoiding the need to create one manually via GetFunctionDefinitionVersionRequest.builder()
getFunctionDefinitionVersionRequest - A Consumer that will call methods on GetFunctionDefinitionVersionRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupResponse getGroup(GetGroupRequest getGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getGroupRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupResponse getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetGroupRequest.Builder avoiding the need to
create one manually via GetGroupRequest.builder()
getGroupRequest - A Consumer that will call methods on GetGroupRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupCertificateAuthorityResponse getGroupCertificateAuthority(GetGroupCertificateAuthorityRequest getGroupCertificateAuthorityRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
getGroupCertificateAuthorityRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupCertificateAuthorityResponse getGroupCertificateAuthority(Consumer<GetGroupCertificateAuthorityRequest.Builder> getGroupCertificateAuthorityRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetGroupCertificateAuthorityRequest.Builder
avoiding the need to create one manually via GetGroupCertificateAuthorityRequest.builder()
getGroupCertificateAuthorityRequest - A Consumer that will call methods on GetGroupCertificateAuthorityRequest.Builder to create
a request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupCertificateConfigurationResponse getGroupCertificateConfiguration(GetGroupCertificateConfigurationRequest getGroupCertificateConfigurationRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
getGroupCertificateConfigurationRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupCertificateConfigurationResponse getGroupCertificateConfiguration(Consumer<GetGroupCertificateConfigurationRequest.Builder> getGroupCertificateConfigurationRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetGroupCertificateConfigurationRequest.Builder
avoiding the need to create one manually via GetGroupCertificateConfigurationRequest.builder()
getGroupCertificateConfigurationRequest - A Consumer that will call methods on GetGroupCertificateConfigurationRequest.Builder to
create a request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupVersionResponse getGroupVersion(GetGroupVersionRequest getGroupVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getGroupVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGroupVersionResponse getGroupVersion(Consumer<GetGroupVersionRequest.Builder> getGroupVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetGroupVersionRequest.Builder avoiding the need
to create one manually via GetGroupVersionRequest.builder()
getGroupVersionRequest - A Consumer that will call methods on GetGroupVersionRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLoggerDefinitionResponse getLoggerDefinition(GetLoggerDefinitionRequest getLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getLoggerDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLoggerDefinitionResponse getLoggerDefinition(Consumer<GetLoggerDefinitionRequest.Builder> getLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetLoggerDefinitionRequest.Builder avoiding the
need to create one manually via GetLoggerDefinitionRequest.builder()
getLoggerDefinitionRequest - A Consumer that will call methods on GetLoggerDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLoggerDefinitionVersionResponse getLoggerDefinitionVersion(GetLoggerDefinitionVersionRequest getLoggerDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getLoggerDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLoggerDefinitionVersionResponse getLoggerDefinitionVersion(Consumer<GetLoggerDefinitionVersionRequest.Builder> getLoggerDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetLoggerDefinitionVersionRequest.Builder avoiding
the need to create one manually via GetLoggerDefinitionVersionRequest.builder()
getLoggerDefinitionVersionRequest - A Consumer that will call methods on GetLoggerDefinitionVersionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceDefinitionResponse getResourceDefinition(GetResourceDefinitionRequest getResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getResourceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceDefinitionResponse getResourceDefinition(Consumer<GetResourceDefinitionRequest.Builder> getResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetResourceDefinitionRequest.Builder avoiding the
need to create one manually via GetResourceDefinitionRequest.builder()
getResourceDefinitionRequest - A Consumer that will call methods on GetResourceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceDefinitionVersionResponse getResourceDefinitionVersion(GetResourceDefinitionVersionRequest getResourceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getResourceDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceDefinitionVersionResponse getResourceDefinitionVersion(Consumer<GetResourceDefinitionVersionRequest.Builder> getResourceDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetResourceDefinitionVersionRequest.Builder
avoiding the need to create one manually via GetResourceDefinitionVersionRequest.builder()
getResourceDefinitionVersionRequest - A Consumer that will call methods on GetResourceDefinitionVersionRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceRoleForAccountResponse getServiceRoleForAccount() throws InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
InternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiongetServiceRoleForAccount(GetServiceRoleForAccountRequest),
AWS API Documentationdefault GetServiceRoleForAccountResponse getServiceRoleForAccount(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest) throws InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
getServiceRoleForAccountRequest - InternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceRoleForAccountResponse getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest) throws InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetServiceRoleForAccountRequest.Builder avoiding
the need to create one manually via GetServiceRoleForAccountRequest.builder()
getServiceRoleForAccountRequest - A Consumer that will call methods on GetServiceRoleForAccountRequest.Builder to create a
request.InternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionDefinitionResponse getSubscriptionDefinition(GetSubscriptionDefinitionRequest getSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getSubscriptionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionDefinitionResponse getSubscriptionDefinition(Consumer<GetSubscriptionDefinitionRequest.Builder> getSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetSubscriptionDefinitionRequest.Builder avoiding
the need to create one manually via GetSubscriptionDefinitionRequest.builder()
getSubscriptionDefinitionRequest - A Consumer that will call methods on GetSubscriptionDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionDefinitionVersionResponse getSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest getSubscriptionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
getSubscriptionDefinitionVersionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionDefinitionVersionResponse getSubscriptionDefinitionVersion(Consumer<GetSubscriptionDefinitionVersionRequest.Builder> getSubscriptionDefinitionVersionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the GetSubscriptionDefinitionVersionRequest.Builder
avoiding the need to create one manually via GetSubscriptionDefinitionVersionRequest.builder()
getSubscriptionDefinitionVersionRequest - A Consumer that will call methods on GetSubscriptionDefinitionVersionRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListBulkDeploymentDetailedReportsResponse listBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest listBulkDeploymentDetailedReportsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listBulkDeploymentDetailedReportsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListBulkDeploymentDetailedReportsResponse listBulkDeploymentDetailedReports(Consumer<ListBulkDeploymentDetailedReportsRequest.Builder> listBulkDeploymentDetailedReportsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListBulkDeploymentDetailedReportsRequest.Builder
avoiding the need to create one manually via ListBulkDeploymentDetailedReportsRequest.builder()
listBulkDeploymentDetailedReportsRequest - A Consumer that will call methods on ListBulkDeploymentDetailedReportsRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListBulkDeploymentsResponse listBulkDeployments() throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistBulkDeployments(ListBulkDeploymentsRequest),
AWS
API Documentationdefault ListBulkDeploymentsResponse listBulkDeployments(ListBulkDeploymentsRequest listBulkDeploymentsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listBulkDeploymentsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListBulkDeploymentsResponse listBulkDeployments(Consumer<ListBulkDeploymentsRequest.Builder> listBulkDeploymentsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListBulkDeploymentsRequest.Builder avoiding the
need to create one manually via ListBulkDeploymentsRequest.builder()
listBulkDeploymentsRequest - A Consumer that will call methods on ListBulkDeploymentsRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectorDefinitionVersionsResponse listConnectorDefinitionVersions(ListConnectorDefinitionVersionsRequest listConnectorDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listConnectorDefinitionVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectorDefinitionVersionsResponse listConnectorDefinitionVersions(Consumer<ListConnectorDefinitionVersionsRequest.Builder> listConnectorDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListConnectorDefinitionVersionsRequest.Builder
avoiding the need to create one manually via ListConnectorDefinitionVersionsRequest.builder()
listConnectorDefinitionVersionsRequest - A Consumer that will call methods on ListConnectorDefinitionVersionsRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectorDefinitionsResponse listConnectorDefinitions() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistConnectorDefinitions(ListConnectorDefinitionsRequest),
AWS API Documentationdefault ListConnectorDefinitionsResponse listConnectorDefinitions(ListConnectorDefinitionsRequest listConnectorDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listConnectorDefinitionsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectorDefinitionsResponse listConnectorDefinitions(Consumer<ListConnectorDefinitionsRequest.Builder> listConnectorDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListConnectorDefinitionsRequest.Builder avoiding
the need to create one manually via ListConnectorDefinitionsRequest.builder()
listConnectorDefinitionsRequest - A Consumer that will call methods on ListConnectorDefinitionsRequest.Builder to create a
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCoreDefinitionVersionsResponse listCoreDefinitionVersions(ListCoreDefinitionVersionsRequest listCoreDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listCoreDefinitionVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCoreDefinitionVersionsResponse listCoreDefinitionVersions(Consumer<ListCoreDefinitionVersionsRequest.Builder> listCoreDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListCoreDefinitionVersionsRequest.Builder avoiding
the need to create one manually via ListCoreDefinitionVersionsRequest.builder()
listCoreDefinitionVersionsRequest - A Consumer that will call methods on ListCoreDefinitionVersionsRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCoreDefinitionsResponse listCoreDefinitions() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistCoreDefinitions(ListCoreDefinitionsRequest),
AWS
API Documentationdefault ListCoreDefinitionsResponse listCoreDefinitions(ListCoreDefinitionsRequest listCoreDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listCoreDefinitionsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCoreDefinitionsResponse listCoreDefinitions(Consumer<ListCoreDefinitionsRequest.Builder> listCoreDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListCoreDefinitionsRequest.Builder avoiding the
need to create one manually via ListCoreDefinitionsRequest.builder()
listCoreDefinitionsRequest - A Consumer that will call methods on ListCoreDefinitionsRequest.Builder to create a
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeploymentsResponse listDeployments(ListDeploymentsRequest listDeploymentsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listDeploymentsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeploymentsResponse listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListDeploymentsRequest.Builder avoiding the need
to create one manually via ListDeploymentsRequest.builder()
listDeploymentsRequest - A Consumer that will call methods on ListDeploymentsRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceDefinitionVersionsResponse listDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest listDeviceDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listDeviceDefinitionVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceDefinitionVersionsResponse listDeviceDefinitionVersions(Consumer<ListDeviceDefinitionVersionsRequest.Builder> listDeviceDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListDeviceDefinitionVersionsRequest.Builder
avoiding the need to create one manually via ListDeviceDefinitionVersionsRequest.builder()
listDeviceDefinitionVersionsRequest - A Consumer that will call methods on ListDeviceDefinitionVersionsRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceDefinitionsResponse listDeviceDefinitions() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistDeviceDefinitions(ListDeviceDefinitionsRequest),
AWS API Documentationdefault ListDeviceDefinitionsResponse listDeviceDefinitions(ListDeviceDefinitionsRequest listDeviceDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listDeviceDefinitionsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceDefinitionsResponse listDeviceDefinitions(Consumer<ListDeviceDefinitionsRequest.Builder> listDeviceDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListDeviceDefinitionsRequest.Builder avoiding the
need to create one manually via ListDeviceDefinitionsRequest.builder()
listDeviceDefinitionsRequest - A Consumer that will call methods on ListDeviceDefinitionsRequest.Builder to create a
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFunctionDefinitionVersionsResponse listFunctionDefinitionVersions(ListFunctionDefinitionVersionsRequest listFunctionDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listFunctionDefinitionVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFunctionDefinitionVersionsResponse listFunctionDefinitionVersions(Consumer<ListFunctionDefinitionVersionsRequest.Builder> listFunctionDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListFunctionDefinitionVersionsRequest.Builder
avoiding the need to create one manually via ListFunctionDefinitionVersionsRequest.builder()
listFunctionDefinitionVersionsRequest - A Consumer that will call methods on ListFunctionDefinitionVersionsRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFunctionDefinitionsResponse listFunctionDefinitions() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistFunctionDefinitions(ListFunctionDefinitionsRequest),
AWS API Documentationdefault ListFunctionDefinitionsResponse listFunctionDefinitions(ListFunctionDefinitionsRequest listFunctionDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listFunctionDefinitionsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFunctionDefinitionsResponse listFunctionDefinitions(Consumer<ListFunctionDefinitionsRequest.Builder> listFunctionDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListFunctionDefinitionsRequest.Builder avoiding
the need to create one manually via ListFunctionDefinitionsRequest.builder()
listFunctionDefinitionsRequest - A Consumer that will call methods on ListFunctionDefinitionsRequest.Builder to create a
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListGroupCertificateAuthoritiesResponse listGroupCertificateAuthorities(ListGroupCertificateAuthoritiesRequest listGroupCertificateAuthoritiesRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
listGroupCertificateAuthoritiesRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListGroupCertificateAuthoritiesResponse listGroupCertificateAuthorities(Consumer<ListGroupCertificateAuthoritiesRequest.Builder> listGroupCertificateAuthoritiesRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListGroupCertificateAuthoritiesRequest.Builder
avoiding the need to create one manually via ListGroupCertificateAuthoritiesRequest.builder()
listGroupCertificateAuthoritiesRequest - A Consumer that will call methods on ListGroupCertificateAuthoritiesRequest.Builder to
create a request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListGroupVersionsResponse listGroupVersions(ListGroupVersionsRequest listGroupVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listGroupVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListGroupVersionsResponse listGroupVersions(Consumer<ListGroupVersionsRequest.Builder> listGroupVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListGroupVersionsRequest.Builder avoiding the need
to create one manually via ListGroupVersionsRequest.builder()
listGroupVersionsRequest - A Consumer that will call methods on ListGroupVersionsRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListGroupsResponse listGroups() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistGroups(ListGroupsRequest),
AWS API
Documentationdefault ListGroupsResponse listGroups(ListGroupsRequest listGroupsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listGroupsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListGroupsResponse listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListGroupsRequest.Builder avoiding the need to
create one manually via ListGroupsRequest.builder()
listGroupsRequest - A Consumer that will call methods on ListGroupsRequest.Builder to create a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListLoggerDefinitionVersionsResponse listLoggerDefinitionVersions(ListLoggerDefinitionVersionsRequest listLoggerDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listLoggerDefinitionVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListLoggerDefinitionVersionsResponse listLoggerDefinitionVersions(Consumer<ListLoggerDefinitionVersionsRequest.Builder> listLoggerDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListLoggerDefinitionVersionsRequest.Builder
avoiding the need to create one manually via ListLoggerDefinitionVersionsRequest.builder()
listLoggerDefinitionVersionsRequest - A Consumer that will call methods on ListLoggerDefinitionVersionsRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListLoggerDefinitionsResponse listLoggerDefinitions() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistLoggerDefinitions(ListLoggerDefinitionsRequest),
AWS API Documentationdefault ListLoggerDefinitionsResponse listLoggerDefinitions(ListLoggerDefinitionsRequest listLoggerDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listLoggerDefinitionsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListLoggerDefinitionsResponse listLoggerDefinitions(Consumer<ListLoggerDefinitionsRequest.Builder> listLoggerDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListLoggerDefinitionsRequest.Builder avoiding the
need to create one manually via ListLoggerDefinitionsRequest.builder()
listLoggerDefinitionsRequest - A Consumer that will call methods on ListLoggerDefinitionsRequest.Builder to create a
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourceDefinitionVersionsResponse listResourceDefinitionVersions(ListResourceDefinitionVersionsRequest listResourceDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listResourceDefinitionVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourceDefinitionVersionsResponse listResourceDefinitionVersions(Consumer<ListResourceDefinitionVersionsRequest.Builder> listResourceDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListResourceDefinitionVersionsRequest.Builder
avoiding the need to create one manually via ListResourceDefinitionVersionsRequest.builder()
listResourceDefinitionVersionsRequest - A Consumer that will call methods on ListResourceDefinitionVersionsRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourceDefinitionsResponse listResourceDefinitions() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistResourceDefinitions(ListResourceDefinitionsRequest),
AWS API Documentationdefault ListResourceDefinitionsResponse listResourceDefinitions(ListResourceDefinitionsRequest listResourceDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listResourceDefinitionsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListResourceDefinitionsResponse listResourceDefinitions(Consumer<ListResourceDefinitionsRequest.Builder> listResourceDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListResourceDefinitionsRequest.Builder avoiding
the need to create one manually via ListResourceDefinitionsRequest.builder()
listResourceDefinitionsRequest - A Consumer that will call methods on ListResourceDefinitionsRequest.Builder to create a
request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSubscriptionDefinitionVersionsResponse listSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest listSubscriptionDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
listSubscriptionDefinitionVersionsRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSubscriptionDefinitionVersionsResponse listSubscriptionDefinitionVersions(Consumer<ListSubscriptionDefinitionVersionsRequest.Builder> listSubscriptionDefinitionVersionsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListSubscriptionDefinitionVersionsRequest.Builder
avoiding the need to create one manually via ListSubscriptionDefinitionVersionsRequest.builder()
listSubscriptionDefinitionVersionsRequest - A Consumer that will call methods on ListSubscriptionDefinitionVersionsRequest.Builder to
create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSubscriptionDefinitionsResponse listSubscriptionDefinitions() throws AwsServiceException, SdkClientException, GreengrassException
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistSubscriptionDefinitions(ListSubscriptionDefinitionsRequest),
AWS API Documentationdefault ListSubscriptionDefinitionsResponse listSubscriptionDefinitions(ListSubscriptionDefinitionsRequest listSubscriptionDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
listSubscriptionDefinitionsRequest - SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSubscriptionDefinitionsResponse listSubscriptionDefinitions(Consumer<ListSubscriptionDefinitionsRequest.Builder> listSubscriptionDefinitionsRequest) throws AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ListSubscriptionDefinitionsRequest.Builder
avoiding the need to create one manually via ListSubscriptionDefinitionsRequest.builder()
listSubscriptionDefinitionsRequest - A Consumer that will call methods on ListSubscriptionDefinitionsRequest.Builder to create
a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetDeploymentsResponse resetDeployments(ResetDeploymentsRequest resetDeploymentsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
resetDeploymentsRequest - Information needed to reset deployments.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetDeploymentsResponse resetDeployments(Consumer<ResetDeploymentsRequest.Builder> resetDeploymentsRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the ResetDeploymentsRequest.Builder avoiding the need
to create one manually via ResetDeploymentsRequest.builder()
resetDeploymentsRequest - A Consumer that will call methods on ResetDeploymentsRequest.Builder to create a request.
Information needed to reset deployments.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartBulkDeploymentResponse startBulkDeployment(StartBulkDeploymentRequest startBulkDeploymentRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
startBulkDeploymentRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartBulkDeploymentResponse startBulkDeployment(Consumer<StartBulkDeploymentRequest.Builder> startBulkDeploymentRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the StartBulkDeploymentRequest.Builder avoiding the
need to create one manually via StartBulkDeploymentRequest.builder()
startBulkDeploymentRequest - A Consumer that will call methods on StartBulkDeploymentRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopBulkDeploymentResponse stopBulkDeployment(StopBulkDeploymentRequest stopBulkDeploymentRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
stopBulkDeploymentRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopBulkDeploymentResponse stopBulkDeployment(Consumer<StopBulkDeploymentRequest.Builder> stopBulkDeploymentRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the StopBulkDeploymentRequest.Builder avoiding the
need to create one manually via StopBulkDeploymentRequest.builder()
stopBulkDeploymentRequest - A Consumer that will call methods on StopBulkDeploymentRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateConnectivityInfoResponse updateConnectivityInfo(UpdateConnectivityInfoRequest updateConnectivityInfoRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
updateConnectivityInfoRequest - Connectivity information.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateConnectivityInfoResponse updateConnectivityInfo(Consumer<UpdateConnectivityInfoRequest.Builder> updateConnectivityInfoRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateConnectivityInfoRequest.Builder avoiding the
need to create one manually via UpdateConnectivityInfoRequest.builder()
updateConnectivityInfoRequest - A Consumer that will call methods on UpdateConnectivityInfoRequest.Builder to create a
request. Connectivity information.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateConnectorDefinitionResponse updateConnectorDefinition(UpdateConnectorDefinitionRequest updateConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateConnectorDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateConnectorDefinitionResponse updateConnectorDefinition(Consumer<UpdateConnectorDefinitionRequest.Builder> updateConnectorDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateConnectorDefinitionRequest.Builder avoiding
the need to create one manually via UpdateConnectorDefinitionRequest.builder()
updateConnectorDefinitionRequest - A Consumer that will call methods on UpdateConnectorDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateCoreDefinitionResponse updateCoreDefinition(UpdateCoreDefinitionRequest updateCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateCoreDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateCoreDefinitionResponse updateCoreDefinition(Consumer<UpdateCoreDefinitionRequest.Builder> updateCoreDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateCoreDefinitionRequest.Builder avoiding the
need to create one manually via UpdateCoreDefinitionRequest.builder()
updateCoreDefinitionRequest - A Consumer that will call methods on UpdateCoreDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDeviceDefinitionResponse updateDeviceDefinition(UpdateDeviceDefinitionRequest updateDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateDeviceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDeviceDefinitionResponse updateDeviceDefinition(Consumer<UpdateDeviceDefinitionRequest.Builder> updateDeviceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateDeviceDefinitionRequest.Builder avoiding the
need to create one manually via UpdateDeviceDefinitionRequest.builder()
updateDeviceDefinitionRequest - A Consumer that will call methods on UpdateDeviceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFunctionDefinitionResponse updateFunctionDefinition(UpdateFunctionDefinitionRequest updateFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateFunctionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFunctionDefinitionResponse updateFunctionDefinition(Consumer<UpdateFunctionDefinitionRequest.Builder> updateFunctionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateFunctionDefinitionRequest.Builder avoiding
the need to create one manually via UpdateFunctionDefinitionRequest.builder()
updateFunctionDefinitionRequest - A Consumer that will call methods on UpdateFunctionDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateGroupResponse updateGroup(UpdateGroupRequest updateGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateGroupRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateGroupResponse updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateGroupRequest.Builder avoiding the need to
create one manually via UpdateGroupRequest.builder()
updateGroupRequest - A Consumer that will call methods on UpdateGroupRequest.Builder to create a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateGroupCertificateConfigurationResponse updateGroupCertificateConfiguration(UpdateGroupCertificateConfigurationRequest updateGroupCertificateConfigurationRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
updateGroupCertificateConfigurationRequest - BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateGroupCertificateConfigurationResponse updateGroupCertificateConfiguration(Consumer<UpdateGroupCertificateConfigurationRequest.Builder> updateGroupCertificateConfigurationRequest) throws BadRequestException, InternalServerErrorException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateGroupCertificateConfigurationRequest.Builder
avoiding the need to create one manually via UpdateGroupCertificateConfigurationRequest.builder()
updateGroupCertificateConfigurationRequest - A Consumer that will call methods on UpdateGroupCertificateConfigurationRequest.Builder to
create a request.BadRequestException - invalid requestInternalServerErrorException - server errorSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateLoggerDefinitionResponse updateLoggerDefinition(UpdateLoggerDefinitionRequest updateLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateLoggerDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateLoggerDefinitionResponse updateLoggerDefinition(Consumer<UpdateLoggerDefinitionRequest.Builder> updateLoggerDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateLoggerDefinitionRequest.Builder avoiding the
need to create one manually via UpdateLoggerDefinitionRequest.builder()
updateLoggerDefinitionRequest - A Consumer that will call methods on UpdateLoggerDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateResourceDefinitionResponse updateResourceDefinition(UpdateResourceDefinitionRequest updateResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateResourceDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateResourceDefinitionResponse updateResourceDefinition(Consumer<UpdateResourceDefinitionRequest.Builder> updateResourceDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateResourceDefinitionRequest.Builder avoiding
the need to create one manually via UpdateResourceDefinitionRequest.builder()
updateResourceDefinitionRequest - A Consumer that will call methods on UpdateResourceDefinitionRequest.Builder to create a
request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSubscriptionDefinitionResponse updateSubscriptionDefinition(UpdateSubscriptionDefinitionRequest updateSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
updateSubscriptionDefinitionRequest - BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSubscriptionDefinitionResponse updateSubscriptionDefinition(Consumer<UpdateSubscriptionDefinitionRequest.Builder> updateSubscriptionDefinitionRequest) throws BadRequestException, AwsServiceException, SdkClientException, GreengrassException
This is a convenience which creates an instance of the UpdateSubscriptionDefinitionRequest.Builder
avoiding the need to create one manually via UpdateSubscriptionDefinitionRequest.builder()
updateSubscriptionDefinitionRequest - A Consumer that will call methods on UpdateSubscriptionDefinitionRequest.Builder to create
a request.BadRequestException - invalid requestSdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.GreengrassException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.