@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface PanoramaClient extends SdkClient
builder() method.
Overview
This is the AWS Panorama API Reference. For an introduction to the service, see What is AWS Panorama? in the AWS Panorama Developer Guide.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static PanoramaClient create()
PanoramaClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static PanoramaClientBuilder builder()
PanoramaClient.default CreateApplicationInstanceResponse createApplicationInstance(CreateApplicationInstanceRequest createApplicationInstanceRequest) throws ValidationException, AccessDeniedException, ServiceQuotaExceededException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates an application instance and deploys it to a device.
createApplicationInstanceRequest - ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ServiceQuotaExceededException - The request would cause a limit to be exceeded.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateApplicationInstanceResponse createApplicationInstance(Consumer<CreateApplicationInstanceRequest.Builder> createApplicationInstanceRequest) throws ValidationException, AccessDeniedException, ServiceQuotaExceededException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates an application instance and deploys it to a device.
This is a convenience which creates an instance of the CreateApplicationInstanceRequest.Builder avoiding
the need to create one manually via CreateApplicationInstanceRequest.builder()
createApplicationInstanceRequest - A Consumer that will call methods on CreateApplicationInstanceRequest.Builder to create a
request.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ServiceQuotaExceededException - The request would cause a limit to be exceeded.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateJobForDevicesResponse createJobForDevices(CreateJobForDevicesRequest createJobForDevicesRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a job to run on one or more devices.
createJobForDevicesRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateJobForDevicesResponse createJobForDevices(Consumer<CreateJobForDevicesRequest.Builder> createJobForDevicesRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a job to run on one or more devices.
This is a convenience which creates an instance of the CreateJobForDevicesRequest.Builder avoiding the
need to create one manually via CreateJobForDevicesRequest.builder()
createJobForDevicesRequest - A Consumer that will call methods on CreateJobForDevicesRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateNodeFromTemplateJobResponse createNodeFromTemplateJob(CreateNodeFromTemplateJobRequest createNodeFromTemplateJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a camera stream node.
createNodeFromTemplateJobRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateNodeFromTemplateJobResponse createNodeFromTemplateJob(Consumer<CreateNodeFromTemplateJobRequest.Builder> createNodeFromTemplateJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a camera stream node.
This is a convenience which creates an instance of the CreateNodeFromTemplateJobRequest.Builder avoiding
the need to create one manually via CreateNodeFromTemplateJobRequest.builder()
createNodeFromTemplateJobRequest - A Consumer that will call methods on CreateNodeFromTemplateJobRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePackageResponse createPackage(CreatePackageRequest createPackageRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a package and storage location in an Amazon S3 access point.
createPackageRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePackageResponse createPackage(Consumer<CreatePackageRequest.Builder> createPackageRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a package and storage location in an Amazon S3 access point.
This is a convenience which creates an instance of the CreatePackageRequest.Builder avoiding the need to
create one manually via CreatePackageRequest.builder()
createPackageRequest - A Consumer that will call methods on CreatePackageRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePackageImportJobResponse createPackageImportJob(CreatePackageImportJobRequest createPackageImportJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Imports a node package.
createPackageImportJobRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePackageImportJobResponse createPackageImportJob(Consumer<CreatePackageImportJobRequest.Builder> createPackageImportJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Imports a node package.
This is a convenience which creates an instance of the CreatePackageImportJobRequest.Builder avoiding the
need to create one manually via CreatePackageImportJobRequest.builder()
createPackageImportJobRequest - A Consumer that will call methods on CreatePackageImportJobRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceResponse deleteDevice(DeleteDeviceRequest deleteDeviceRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Deletes a device.
deleteDeviceRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceResponse deleteDevice(Consumer<DeleteDeviceRequest.Builder> deleteDeviceRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Deletes a device.
This is a convenience which creates an instance of the DeleteDeviceRequest.Builder avoiding the need to
create one manually via DeleteDeviceRequest.builder()
deleteDeviceRequest - A Consumer that will call methods on DeleteDeviceRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePackageResponse deletePackage(DeletePackageRequest deletePackageRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Deletes a package.
To delete a package, you need permission to call s3:DeleteObject in addition to permissions for the
AWS Panorama API.
deletePackageRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePackageResponse deletePackage(Consumer<DeletePackageRequest.Builder> deletePackageRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Deletes a package.
To delete a package, you need permission to call s3:DeleteObject in addition to permissions for the
AWS Panorama API.
This is a convenience which creates an instance of the DeletePackageRequest.Builder avoiding the need to
create one manually via DeletePackageRequest.builder()
deletePackageRequest - A Consumer that will call methods on DeletePackageRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeregisterPackageVersionResponse deregisterPackageVersion(DeregisterPackageVersionRequest deregisterPackageVersionRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Deregisters a package version.
deregisterPackageVersionRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeregisterPackageVersionResponse deregisterPackageVersion(Consumer<DeregisterPackageVersionRequest.Builder> deregisterPackageVersionRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Deregisters a package version.
This is a convenience which creates an instance of the DeregisterPackageVersionRequest.Builder avoiding
the need to create one manually via DeregisterPackageVersionRequest.builder()
deregisterPackageVersionRequest - A Consumer that will call methods on DeregisterPackageVersionRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeApplicationInstanceResponse describeApplicationInstance(DescribeApplicationInstanceRequest describeApplicationInstanceRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about an application instance on a device.
describeApplicationInstanceRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeApplicationInstanceResponse describeApplicationInstance(Consumer<DescribeApplicationInstanceRequest.Builder> describeApplicationInstanceRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about an application instance on a device.
This is a convenience which creates an instance of the DescribeApplicationInstanceRequest.Builder
avoiding the need to create one manually via DescribeApplicationInstanceRequest.builder()
describeApplicationInstanceRequest - A Consumer that will call methods on DescribeApplicationInstanceRequest.Builder to create
a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeApplicationInstanceDetailsResponse describeApplicationInstanceDetails(DescribeApplicationInstanceDetailsRequest describeApplicationInstanceDetailsRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about an application instance's configuration manifest.
describeApplicationInstanceDetailsRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeApplicationInstanceDetailsResponse describeApplicationInstanceDetails(Consumer<DescribeApplicationInstanceDetailsRequest.Builder> describeApplicationInstanceDetailsRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about an application instance's configuration manifest.
This is a convenience which creates an instance of the DescribeApplicationInstanceDetailsRequest.Builder
avoiding the need to create one manually via DescribeApplicationInstanceDetailsRequest.builder()
describeApplicationInstanceDetailsRequest - A Consumer that will call methods on DescribeApplicationInstanceDetailsRequest.Builder to
create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDeviceResponse describeDevice(DescribeDeviceRequest describeDeviceRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a device.
describeDeviceRequest - ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDeviceResponse describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a device.
This is a convenience which creates an instance of the DescribeDeviceRequest.Builder avoiding the need to
create one manually via DescribeDeviceRequest.builder()
describeDeviceRequest - A Consumer that will call methods on DescribeDeviceRequest.Builder to create a request.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDeviceJobResponse describeDeviceJob(DescribeDeviceJobRequest describeDeviceJobRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a device job.
describeDeviceJobRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDeviceJobResponse describeDeviceJob(Consumer<DescribeDeviceJobRequest.Builder> describeDeviceJobRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a device job.
This is a convenience which creates an instance of the DescribeDeviceJobRequest.Builder avoiding the need
to create one manually via DescribeDeviceJobRequest.builder()
describeDeviceJobRequest - A Consumer that will call methods on DescribeDeviceJobRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeNodeResponse describeNode(DescribeNodeRequest describeNodeRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a node.
describeNodeRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeNodeResponse describeNode(Consumer<DescribeNodeRequest.Builder> describeNodeRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a node.
This is a convenience which creates an instance of the DescribeNodeRequest.Builder avoiding the need to
create one manually via DescribeNodeRequest.builder()
describeNodeRequest - A Consumer that will call methods on DescribeNodeRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeNodeFromTemplateJobResponse describeNodeFromTemplateJob(DescribeNodeFromTemplateJobRequest describeNodeFromTemplateJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a job to create a camera stream node.
describeNodeFromTemplateJobRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeNodeFromTemplateJobResponse describeNodeFromTemplateJob(Consumer<DescribeNodeFromTemplateJobRequest.Builder> describeNodeFromTemplateJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a job to create a camera stream node.
This is a convenience which creates an instance of the DescribeNodeFromTemplateJobRequest.Builder
avoiding the need to create one manually via DescribeNodeFromTemplateJobRequest.builder()
describeNodeFromTemplateJobRequest - A Consumer that will call methods on DescribeNodeFromTemplateJobRequest.Builder to create
a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePackageResponse describePackage(DescribePackageRequest describePackageRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a package.
describePackageRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePackageResponse describePackage(Consumer<DescribePackageRequest.Builder> describePackageRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a package.
This is a convenience which creates an instance of the DescribePackageRequest.Builder avoiding the need
to create one manually via DescribePackageRequest.builder()
describePackageRequest - A Consumer that will call methods on DescribePackageRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePackageImportJobResponse describePackageImportJob(DescribePackageImportJobRequest describePackageImportJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a package import job.
describePackageImportJobRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePackageImportJobResponse describePackageImportJob(Consumer<DescribePackageImportJobRequest.Builder> describePackageImportJobRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a package import job.
This is a convenience which creates an instance of the DescribePackageImportJobRequest.Builder avoiding
the need to create one manually via DescribePackageImportJobRequest.builder()
describePackageImportJobRequest - A Consumer that will call methods on DescribePackageImportJobRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePackageVersionResponse describePackageVersion(DescribePackageVersionRequest describePackageVersionRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a package version.
describePackageVersionRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePackageVersionResponse describePackageVersion(Consumer<DescribePackageVersionRequest.Builder> describePackageVersionRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns information about a package version.
This is a convenience which creates an instance of the DescribePackageVersionRequest.Builder avoiding the
need to create one manually via DescribePackageVersionRequest.builder()
describePackageVersionRequest - A Consumer that will call methods on DescribePackageVersionRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceDependenciesResponse listApplicationInstanceDependencies(ListApplicationInstanceDependenciesRequest listApplicationInstanceDependenciesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instance dependencies.
listApplicationInstanceDependenciesRequest - AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceDependenciesResponse listApplicationInstanceDependencies(Consumer<ListApplicationInstanceDependenciesRequest.Builder> listApplicationInstanceDependenciesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instance dependencies.
This is a convenience which creates an instance of the ListApplicationInstanceDependenciesRequest.Builder
avoiding the need to create one manually via ListApplicationInstanceDependenciesRequest.builder()
listApplicationInstanceDependenciesRequest - A Consumer that will call methods on ListApplicationInstanceDependenciesRequest.Builder to
create a request.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceDependenciesIterable listApplicationInstanceDependenciesPaginator(ListApplicationInstanceDependenciesRequest listApplicationInstanceDependenciesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instance dependencies.
This is a variant of
listApplicationInstanceDependencies(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceDependenciesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceDependenciesIterable responses = client.listApplicationInstanceDependenciesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceDependenciesIterable responses = client
.listApplicationInstanceDependenciesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListApplicationInstanceDependenciesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceDependenciesIterable responses = client.listApplicationInstanceDependenciesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplicationInstanceDependencies(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceDependenciesRequest)
operation.
listApplicationInstanceDependenciesRequest - AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceDependenciesIterable listApplicationInstanceDependenciesPaginator(Consumer<ListApplicationInstanceDependenciesRequest.Builder> listApplicationInstanceDependenciesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instance dependencies.
This is a variant of
listApplicationInstanceDependencies(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceDependenciesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceDependenciesIterable responses = client.listApplicationInstanceDependenciesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceDependenciesIterable responses = client
.listApplicationInstanceDependenciesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListApplicationInstanceDependenciesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceDependenciesIterable responses = client.listApplicationInstanceDependenciesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplicationInstanceDependencies(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceDependenciesRequest)
operation.
This is a convenience which creates an instance of the ListApplicationInstanceDependenciesRequest.Builder
avoiding the need to create one manually via ListApplicationInstanceDependenciesRequest.builder()
listApplicationInstanceDependenciesRequest - A Consumer that will call methods on ListApplicationInstanceDependenciesRequest.Builder to
create a request.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceNodeInstancesResponse listApplicationInstanceNodeInstances(ListApplicationInstanceNodeInstancesRequest listApplicationInstanceNodeInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application node instances.
listApplicationInstanceNodeInstancesRequest - AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceNodeInstancesResponse listApplicationInstanceNodeInstances(Consumer<ListApplicationInstanceNodeInstancesRequest.Builder> listApplicationInstanceNodeInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application node instances.
This is a convenience which creates an instance of the
ListApplicationInstanceNodeInstancesRequest.Builder avoiding the need to create one manually via
ListApplicationInstanceNodeInstancesRequest.builder()
listApplicationInstanceNodeInstancesRequest - A Consumer that will call methods on ListApplicationInstanceNodeInstancesRequest.Builder
to create a request.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceNodeInstancesIterable listApplicationInstanceNodeInstancesPaginator(ListApplicationInstanceNodeInstancesRequest listApplicationInstanceNodeInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application node instances.
This is a variant of
listApplicationInstanceNodeInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceNodeInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceNodeInstancesIterable responses = client.listApplicationInstanceNodeInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceNodeInstancesIterable responses = client
.listApplicationInstanceNodeInstancesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListApplicationInstanceNodeInstancesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceNodeInstancesIterable responses = client.listApplicationInstanceNodeInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplicationInstanceNodeInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceNodeInstancesRequest)
operation.
listApplicationInstanceNodeInstancesRequest - AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstanceNodeInstancesIterable listApplicationInstanceNodeInstancesPaginator(Consumer<ListApplicationInstanceNodeInstancesRequest.Builder> listApplicationInstanceNodeInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application node instances.
This is a variant of
listApplicationInstanceNodeInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceNodeInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceNodeInstancesIterable responses = client.listApplicationInstanceNodeInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceNodeInstancesIterable responses = client
.listApplicationInstanceNodeInstancesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListApplicationInstanceNodeInstancesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstanceNodeInstancesIterable responses = client.listApplicationInstanceNodeInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplicationInstanceNodeInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstanceNodeInstancesRequest)
operation.
This is a convenience which creates an instance of the
ListApplicationInstanceNodeInstancesRequest.Builder avoiding the need to create one manually via
ListApplicationInstanceNodeInstancesRequest.builder()
listApplicationInstanceNodeInstancesRequest - A Consumer that will call methods on ListApplicationInstanceNodeInstancesRequest.Builder
to create a request.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstancesResponse listApplicationInstances(ListApplicationInstancesRequest listApplicationInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instances.
listApplicationInstancesRequest - AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstancesResponse listApplicationInstances(Consumer<ListApplicationInstancesRequest.Builder> listApplicationInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instances.
This is a convenience which creates an instance of the ListApplicationInstancesRequest.Builder avoiding
the need to create one manually via ListApplicationInstancesRequest.builder()
listApplicationInstancesRequest - A Consumer that will call methods on ListApplicationInstancesRequest.Builder to create a
request.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstancesIterable listApplicationInstancesPaginator(ListApplicationInstancesRequest listApplicationInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instances.
This is a variant of
listApplicationInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstancesIterable responses = client.listApplicationInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstancesIterable responses = client
.listApplicationInstancesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListApplicationInstancesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstancesIterable responses = client.listApplicationInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplicationInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstancesRequest)
operation.
listApplicationInstancesRequest - AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationInstancesIterable listApplicationInstancesPaginator(Consumer<ListApplicationInstancesRequest.Builder> listApplicationInstancesRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of application instances.
This is a variant of
listApplicationInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstancesIterable responses = client.listApplicationInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstancesIterable responses = client
.listApplicationInstancesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListApplicationInstancesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListApplicationInstancesIterable responses = client.listApplicationInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplicationInstances(software.amazon.awssdk.services.panorama.model.ListApplicationInstancesRequest)
operation.
This is a convenience which creates an instance of the ListApplicationInstancesRequest.Builder avoiding
the need to create one manually via ListApplicationInstancesRequest.builder()
listApplicationInstancesRequest - A Consumer that will call methods on ListApplicationInstancesRequest.Builder to create a
request.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesResponse listDevices(ListDevicesRequest listDevicesRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of devices.
listDevicesRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesResponse listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of devices.
This is a convenience which creates an instance of the ListDevicesRequest.Builder avoiding the need to
create one manually via ListDevicesRequest.builder()
listDevicesRequest - A Consumer that will call methods on ListDevicesRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesIterable listDevicesPaginator(ListDevicesRequest listDevicesRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of devices.
This is a variant of listDevices(software.amazon.awssdk.services.panorama.model.ListDevicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListDevicesIterable responses = client.listDevicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListDevicesIterable responses = client.listDevicesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListDevicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListDevicesIterable responses = client.listDevicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDevices(software.amazon.awssdk.services.panorama.model.ListDevicesRequest) operation.
listDevicesRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesIterable listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of devices.
This is a variant of listDevices(software.amazon.awssdk.services.panorama.model.ListDevicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListDevicesIterable responses = client.listDevicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListDevicesIterable responses = client.listDevicesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListDevicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListDevicesIterable responses = client.listDevicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDevices(software.amazon.awssdk.services.panorama.model.ListDevicesRequest) operation.
This is a convenience which creates an instance of the ListDevicesRequest.Builder avoiding the need to
create one manually via ListDevicesRequest.builder()
listDevicesRequest - A Consumer that will call methods on ListDevicesRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesJobsResponse listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of jobs.
listDevicesJobsRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesJobsResponse listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of jobs.
This is a convenience which creates an instance of the ListDevicesJobsRequest.Builder avoiding the need
to create one manually via ListDevicesJobsRequest.builder()
listDevicesJobsRequest - A Consumer that will call methods on ListDevicesJobsRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesJobsIterable listDevicesJobsPaginator(ListDevicesJobsRequest listDevicesJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of jobs.
This is a variant of
listDevicesJobs(software.amazon.awssdk.services.panorama.model.ListDevicesJobsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListDevicesJobsIterable responses = client.listDevicesJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListDevicesJobsIterable responses = client
.listDevicesJobsPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListDevicesJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListDevicesJobsIterable responses = client.listDevicesJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDevicesJobs(software.amazon.awssdk.services.panorama.model.ListDevicesJobsRequest) operation.
listDevicesJobsRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevicesJobsIterable listDevicesJobsPaginator(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of jobs.
This is a variant of
listDevicesJobs(software.amazon.awssdk.services.panorama.model.ListDevicesJobsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListDevicesJobsIterable responses = client.listDevicesJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListDevicesJobsIterable responses = client
.listDevicesJobsPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListDevicesJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListDevicesJobsIterable responses = client.listDevicesJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDevicesJobs(software.amazon.awssdk.services.panorama.model.ListDevicesJobsRequest) operation.
This is a convenience which creates an instance of the ListDevicesJobsRequest.Builder avoiding the need
to create one manually via ListDevicesJobsRequest.builder()
listDevicesJobsRequest - A Consumer that will call methods on ListDevicesJobsRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodeFromTemplateJobsResponse listNodeFromTemplateJobs(ListNodeFromTemplateJobsRequest listNodeFromTemplateJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of camera stream node jobs.
listNodeFromTemplateJobsRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodeFromTemplateJobsResponse listNodeFromTemplateJobs(Consumer<ListNodeFromTemplateJobsRequest.Builder> listNodeFromTemplateJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of camera stream node jobs.
This is a convenience which creates an instance of the ListNodeFromTemplateJobsRequest.Builder avoiding
the need to create one manually via ListNodeFromTemplateJobsRequest.builder()
listNodeFromTemplateJobsRequest - A Consumer that will call methods on ListNodeFromTemplateJobsRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodeFromTemplateJobsIterable listNodeFromTemplateJobsPaginator(ListNodeFromTemplateJobsRequest listNodeFromTemplateJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of camera stream node jobs.
This is a variant of
listNodeFromTemplateJobs(software.amazon.awssdk.services.panorama.model.ListNodeFromTemplateJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListNodeFromTemplateJobsIterable responses = client.listNodeFromTemplateJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListNodeFromTemplateJobsIterable responses = client
.listNodeFromTemplateJobsPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListNodeFromTemplateJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListNodeFromTemplateJobsIterable responses = client.listNodeFromTemplateJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listNodeFromTemplateJobs(software.amazon.awssdk.services.panorama.model.ListNodeFromTemplateJobsRequest)
operation.
listNodeFromTemplateJobsRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodeFromTemplateJobsIterable listNodeFromTemplateJobsPaginator(Consumer<ListNodeFromTemplateJobsRequest.Builder> listNodeFromTemplateJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of camera stream node jobs.
This is a variant of
listNodeFromTemplateJobs(software.amazon.awssdk.services.panorama.model.ListNodeFromTemplateJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListNodeFromTemplateJobsIterable responses = client.listNodeFromTemplateJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListNodeFromTemplateJobsIterable responses = client
.listNodeFromTemplateJobsPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListNodeFromTemplateJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListNodeFromTemplateJobsIterable responses = client.listNodeFromTemplateJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listNodeFromTemplateJobs(software.amazon.awssdk.services.panorama.model.ListNodeFromTemplateJobsRequest)
operation.
This is a convenience which creates an instance of the ListNodeFromTemplateJobsRequest.Builder avoiding
the need to create one manually via ListNodeFromTemplateJobsRequest.builder()
listNodeFromTemplateJobsRequest - A Consumer that will call methods on ListNodeFromTemplateJobsRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodesResponse listNodes(ListNodesRequest listNodesRequest) throws ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of nodes.
listNodesRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodesResponse listNodes(Consumer<ListNodesRequest.Builder> listNodesRequest) throws ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of nodes.
This is a convenience which creates an instance of the ListNodesRequest.Builder avoiding the need to
create one manually via ListNodesRequest.builder()
listNodesRequest - A Consumer that will call methods on ListNodesRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodesIterable listNodesPaginator(ListNodesRequest listNodesRequest) throws ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of nodes.
This is a variant of listNodes(software.amazon.awssdk.services.panorama.model.ListNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListNodesIterable responses = client.listNodesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListNodesIterable responses = client.listNodesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListNodesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListNodesIterable responses = client.listNodesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listNodes(software.amazon.awssdk.services.panorama.model.ListNodesRequest) operation.
listNodesRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNodesIterable listNodesPaginator(Consumer<ListNodesRequest.Builder> listNodesRequest) throws ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of nodes.
This is a variant of listNodes(software.amazon.awssdk.services.panorama.model.ListNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListNodesIterable responses = client.listNodesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListNodesIterable responses = client.listNodesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListNodesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListNodesIterable responses = client.listNodesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listNodes(software.amazon.awssdk.services.panorama.model.ListNodesRequest) operation.
This is a convenience which creates an instance of the ListNodesRequest.Builder avoiding the need to
create one manually via ListNodesRequest.builder()
listNodesRequest - A Consumer that will call methods on ListNodesRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackageImportJobsResponse listPackageImportJobs(ListPackageImportJobsRequest listPackageImportJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of package import jobs.
listPackageImportJobsRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackageImportJobsResponse listPackageImportJobs(Consumer<ListPackageImportJobsRequest.Builder> listPackageImportJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of package import jobs.
This is a convenience which creates an instance of the ListPackageImportJobsRequest.Builder avoiding the
need to create one manually via ListPackageImportJobsRequest.builder()
listPackageImportJobsRequest - A Consumer that will call methods on ListPackageImportJobsRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackageImportJobsIterable listPackageImportJobsPaginator(ListPackageImportJobsRequest listPackageImportJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of package import jobs.
This is a variant of
listPackageImportJobs(software.amazon.awssdk.services.panorama.model.ListPackageImportJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListPackageImportJobsIterable responses = client.listPackageImportJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListPackageImportJobsIterable responses = client
.listPackageImportJobsPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListPackageImportJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListPackageImportJobsIterable responses = client.listPackageImportJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPackageImportJobs(software.amazon.awssdk.services.panorama.model.ListPackageImportJobsRequest)
operation.
listPackageImportJobsRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackageImportJobsIterable listPackageImportJobsPaginator(Consumer<ListPackageImportJobsRequest.Builder> listPackageImportJobsRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of package import jobs.
This is a variant of
listPackageImportJobs(software.amazon.awssdk.services.panorama.model.ListPackageImportJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListPackageImportJobsIterable responses = client.listPackageImportJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListPackageImportJobsIterable responses = client
.listPackageImportJobsPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListPackageImportJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListPackageImportJobsIterable responses = client.listPackageImportJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPackageImportJobs(software.amazon.awssdk.services.panorama.model.ListPackageImportJobsRequest)
operation.
This is a convenience which creates an instance of the ListPackageImportJobsRequest.Builder avoiding the
need to create one manually via ListPackageImportJobsRequest.builder()
listPackageImportJobsRequest - A Consumer that will call methods on ListPackageImportJobsRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackagesResponse listPackages(ListPackagesRequest listPackagesRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of packages.
listPackagesRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackagesResponse listPackages(Consumer<ListPackagesRequest.Builder> listPackagesRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of packages.
This is a convenience which creates an instance of the ListPackagesRequest.Builder avoiding the need to
create one manually via ListPackagesRequest.builder()
listPackagesRequest - A Consumer that will call methods on ListPackagesRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackagesIterable listPackagesPaginator(ListPackagesRequest listPackagesRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of packages.
This is a variant of listPackages(software.amazon.awssdk.services.panorama.model.ListPackagesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListPackagesIterable responses = client.listPackagesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListPackagesIterable responses = client.listPackagesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListPackagesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListPackagesIterable responses = client.listPackagesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPackages(software.amazon.awssdk.services.panorama.model.ListPackagesRequest) operation.
listPackagesRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPackagesIterable listPackagesPaginator(Consumer<ListPackagesRequest.Builder> listPackagesRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of packages.
This is a variant of listPackages(software.amazon.awssdk.services.panorama.model.ListPackagesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.panorama.paginators.ListPackagesIterable responses = client.listPackagesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.panorama.paginators.ListPackagesIterable responses = client.listPackagesPaginator(request);
for (software.amazon.awssdk.services.panorama.model.ListPackagesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.panorama.paginators.ListPackagesIterable responses = client.listPackagesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPackages(software.amazon.awssdk.services.panorama.model.ListPackagesRequest) operation.
This is a convenience which creates an instance of the ListPackagesRequest.Builder avoiding the need to
create one manually via ListPackagesRequest.builder()
listPackagesRequest - A Consumer that will call methods on ListPackagesRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of tags for a resource.
listTagsForResourceRequest - ValidationException - The request contains an invalid parameter value.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Returns a list of tags for a resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.ValidationException - The request contains an invalid parameter value.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ProvisionDeviceResponse provisionDevice(ProvisionDeviceRequest provisionDeviceRequest) throws ConflictException, ValidationException, AccessDeniedException, ServiceQuotaExceededException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a device and returns a configuration archive. The configuration archive is a ZIP file that contains a
provisioning certificate that is valid for 5 minutes. Name the configuration archive
certificates-omni_device-name.zip and transfer it to the device within 5 minutes. Use the
included USB storage device and connect it to the USB 3.0 port next to the HDMI output.
provisionDeviceRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ServiceQuotaExceededException - The request would cause a limit to be exceeded.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ProvisionDeviceResponse provisionDevice(Consumer<ProvisionDeviceRequest.Builder> provisionDeviceRequest) throws ConflictException, ValidationException, AccessDeniedException, ServiceQuotaExceededException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Creates a device and returns a configuration archive. The configuration archive is a ZIP file that contains a
provisioning certificate that is valid for 5 minutes. Name the configuration archive
certificates-omni_device-name.zip and transfer it to the device within 5 minutes. Use the
included USB storage device and connect it to the USB 3.0 port next to the HDMI output.
This is a convenience which creates an instance of the ProvisionDeviceRequest.Builder avoiding the need
to create one manually via ProvisionDeviceRequest.builder()
provisionDeviceRequest - A Consumer that will call methods on ProvisionDeviceRequest.Builder to create a request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ServiceQuotaExceededException - The request would cause a limit to be exceeded.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterPackageVersionResponse registerPackageVersion(RegisterPackageVersionRequest registerPackageVersionRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Registers a package version.
registerPackageVersionRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterPackageVersionResponse registerPackageVersion(Consumer<RegisterPackageVersionRequest.Builder> registerPackageVersionRequest) throws ConflictException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Registers a package version.
This is a convenience which creates an instance of the RegisterPackageVersionRequest.Builder avoiding the
need to create one manually via RegisterPackageVersionRequest.builder()
registerPackageVersionRequest - A Consumer that will call methods on RegisterPackageVersionRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RemoveApplicationInstanceResponse removeApplicationInstance(RemoveApplicationInstanceRequest removeApplicationInstanceRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Removes an application instance.
removeApplicationInstanceRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RemoveApplicationInstanceResponse removeApplicationInstance(Consumer<RemoveApplicationInstanceRequest.Builder> removeApplicationInstanceRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Removes an application instance.
This is a convenience which creates an instance of the RemoveApplicationInstanceRequest.Builder avoiding
the need to create one manually via RemoveApplicationInstanceRequest.builder()
removeApplicationInstanceRequest - A Consumer that will call methods on RemoveApplicationInstanceRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Tags a resource.
tagResourceRequest - ValidationException - The request contains an invalid parameter value.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Tags a resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.ValidationException - The request contains an invalid parameter value.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Removes tags from a resource.
untagResourceRequest - ValidationException - The request contains an invalid parameter value.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Removes tags from a resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.ValidationException - The request contains an invalid parameter value.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDeviceMetadataResponse updateDeviceMetadata(UpdateDeviceMetadataRequest updateDeviceMetadataRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Updates a device's metadata.
updateDeviceMetadataRequest - ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDeviceMetadataResponse updateDeviceMetadata(Consumer<UpdateDeviceMetadataRequest.Builder> updateDeviceMetadataRequest) throws ConflictException, ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, PanoramaException
Updates a device's metadata.
This is a convenience which creates an instance of the UpdateDeviceMetadataRequest.Builder avoiding the
need to create one manually via UpdateDeviceMetadataRequest.builder()
updateDeviceMetadataRequest - A Consumer that will call methods on UpdateDeviceMetadataRequest.Builder to create a
request.ConflictException - The target resource is in use.ValidationException - The request contains an invalid parameter value.AccessDeniedException - The requestor does not have permission to access the target action or resource.ResourceNotFoundException - The target resource was not found.InternalServerException - An internal error occurred.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.PanoramaException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2022. All rights reserved.