Interface DataZoneClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface DataZoneClient extends AwsClient
Service client for accessing Amazon DataZone. This can be created using the staticbuilder()method.Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
acceptPredictions
default AcceptPredictionsResponse acceptPredictions(AcceptPredictionsRequest acceptPredictionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
- Parameters:
acceptPredictionsRequest-- Returns:
- Result of the AcceptPredictions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
acceptPredictions
default AcceptPredictionsResponse acceptPredictions(Consumer<AcceptPredictionsRequest.Builder> acceptPredictionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
This is a convenience which creates an instance of the
AcceptPredictionsRequest.Builderavoiding the need to create one manually viaAcceptPredictionsRequest.builder()- Parameters:
acceptPredictionsRequest- AConsumerthat will call methods onAcceptPredictionsRequest.Builderto create a request.- Returns:
- Result of the AcceptPredictions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
acceptSubscriptionRequest
default AcceptSubscriptionRequestResponse acceptSubscriptionRequest(AcceptSubscriptionRequestRequest acceptSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Accepts a subscription request to a specific asset.
- Parameters:
acceptSubscriptionRequestRequest-- Returns:
- Result of the AcceptSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
acceptSubscriptionRequest
default AcceptSubscriptionRequestResponse acceptSubscriptionRequest(Consumer<AcceptSubscriptionRequestRequest.Builder> acceptSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Accepts a subscription request to a specific asset.
This is a convenience which creates an instance of the
AcceptSubscriptionRequestRequest.Builderavoiding the need to create one manually viaAcceptSubscriptionRequestRequest.builder()- Parameters:
acceptSubscriptionRequestRequest- AConsumerthat will call methods onAcceptSubscriptionRequestRequest.Builderto create a request.- Returns:
- Result of the AcceptSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
associateEnvironmentRole
default AssociateEnvironmentRoleResponse associateEnvironmentRole(AssociateEnvironmentRoleRequest associateEnvironmentRoleRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Associates the environment role in Amazon DataZone.
- Parameters:
associateEnvironmentRoleRequest-- Returns:
- Result of the AssociateEnvironmentRole operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
associateEnvironmentRole
default AssociateEnvironmentRoleResponse associateEnvironmentRole(Consumer<AssociateEnvironmentRoleRequest.Builder> associateEnvironmentRoleRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Associates the environment role in Amazon DataZone.
This is a convenience which creates an instance of the
AssociateEnvironmentRoleRequest.Builderavoiding the need to create one manually viaAssociateEnvironmentRoleRequest.builder()- Parameters:
associateEnvironmentRoleRequest- AConsumerthat will call methods onAssociateEnvironmentRoleRequest.Builderto create a request.- Returns:
- Result of the AssociateEnvironmentRole operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelMetadataGenerationRun
default CancelMetadataGenerationRunResponse cancelMetadataGenerationRun(CancelMetadataGenerationRunRequest cancelMetadataGenerationRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Cancels the metadata generation run.
- Parameters:
cancelMetadataGenerationRunRequest-- Returns:
- Result of the CancelMetadataGenerationRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelMetadataGenerationRun
default CancelMetadataGenerationRunResponse cancelMetadataGenerationRun(Consumer<CancelMetadataGenerationRunRequest.Builder> cancelMetadataGenerationRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Cancels the metadata generation run.
This is a convenience which creates an instance of the
CancelMetadataGenerationRunRequest.Builderavoiding the need to create one manually viaCancelMetadataGenerationRunRequest.builder()- Parameters:
cancelMetadataGenerationRunRequest- AConsumerthat will call methods onCancelMetadataGenerationRunRequest.Builderto create a request.- Returns:
- Result of the CancelMetadataGenerationRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelSubscription
default CancelSubscriptionResponse cancelSubscription(CancelSubscriptionRequest cancelSubscriptionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Cancels the subscription to the specified asset.
- Parameters:
cancelSubscriptionRequest-- Returns:
- Result of the CancelSubscription operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelSubscription
default CancelSubscriptionResponse cancelSubscription(Consumer<CancelSubscriptionRequest.Builder> cancelSubscriptionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Cancels the subscription to the specified asset.
This is a convenience which creates an instance of the
CancelSubscriptionRequest.Builderavoiding the need to create one manually viaCancelSubscriptionRequest.builder()- Parameters:
cancelSubscriptionRequest- AConsumerthat will call methods onCancelSubscriptionRequest.Builderto create a request.- Returns:
- Result of the CancelSubscription operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAsset
default CreateAssetResponse createAsset(CreateAssetRequest createAssetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an asset in Amazon DataZone catalog.
- Parameters:
createAssetRequest-- Returns:
- Result of the CreateAsset operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAsset
default CreateAssetResponse createAsset(Consumer<CreateAssetRequest.Builder> createAssetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an asset in Amazon DataZone catalog.
This is a convenience which creates an instance of the
CreateAssetRequest.Builderavoiding the need to create one manually viaCreateAssetRequest.builder()- Parameters:
createAssetRequest- AConsumerthat will call methods onCreateAssetRequest.Builderto create a request.- Returns:
- Result of the CreateAsset operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAssetFilter
default CreateAssetFilterResponse createAssetFilter(CreateAssetFilterRequest createAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a data asset filter.
- Parameters:
createAssetFilterRequest-- Returns:
- Result of the CreateAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAssetFilter
default CreateAssetFilterResponse createAssetFilter(Consumer<CreateAssetFilterRequest.Builder> createAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a data asset filter.
This is a convenience which creates an instance of the
CreateAssetFilterRequest.Builderavoiding the need to create one manually viaCreateAssetFilterRequest.builder()- Parameters:
createAssetFilterRequest- AConsumerthat will call methods onCreateAssetFilterRequest.Builderto create a request.- Returns:
- Result of the CreateAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAssetRevision
default CreateAssetRevisionResponse createAssetRevision(CreateAssetRevisionRequest createAssetRevisionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a revision of the asset.
- Parameters:
createAssetRevisionRequest-- Returns:
- Result of the CreateAssetRevision operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAssetRevision
default CreateAssetRevisionResponse createAssetRevision(Consumer<CreateAssetRevisionRequest.Builder> createAssetRevisionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a revision of the asset.
This is a convenience which creates an instance of the
CreateAssetRevisionRequest.Builderavoiding the need to create one manually viaCreateAssetRevisionRequest.builder()- Parameters:
createAssetRevisionRequest- AConsumerthat will call methods onCreateAssetRevisionRequest.Builderto create a request.- Returns:
- Result of the CreateAssetRevision operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAssetType
default CreateAssetTypeResponse createAssetType(CreateAssetTypeRequest createAssetTypeRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a custom asset type.
- Parameters:
createAssetTypeRequest-- Returns:
- Result of the CreateAssetType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createAssetType
default CreateAssetTypeResponse createAssetType(Consumer<CreateAssetTypeRequest.Builder> createAssetTypeRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a custom asset type.
This is a convenience which creates an instance of the
CreateAssetTypeRequest.Builderavoiding the need to create one manually viaCreateAssetTypeRequest.builder()- Parameters:
createAssetTypeRequest- AConsumerthat will call methods onCreateAssetTypeRequest.Builderto create a request.- Returns:
- Result of the CreateAssetType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createDataSource
default CreateDataSourceResponse createDataSource(CreateDataSourceRequest createDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone data source.
- Parameters:
createDataSourceRequest-- Returns:
- Result of the CreateDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createDataSource
default CreateDataSourceResponse createDataSource(Consumer<CreateDataSourceRequest.Builder> createDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone data source.
This is a convenience which creates an instance of the
CreateDataSourceRequest.Builderavoiding the need to create one manually viaCreateDataSourceRequest.builder()- Parameters:
createDataSourceRequest- AConsumerthat will call methods onCreateDataSourceRequest.Builderto create a request.- Returns:
- Result of the CreateDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createDomain
default CreateDomainResponse createDomain(CreateDomainRequest createDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone domain.
- Parameters:
createDomainRequest-- Returns:
- Result of the CreateDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createDomain
default CreateDomainResponse createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone domain.
This is a convenience which creates an instance of the
CreateDomainRequest.Builderavoiding the need to create one manually viaCreateDomainRequest.builder()- Parameters:
createDomainRequest- AConsumerthat will call methods onCreateDomainRequest.Builderto create a request.- Returns:
- Result of the CreateDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironment
default CreateEnvironmentResponse createEnvironment(CreateEnvironmentRequest createEnvironmentRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Create an Amazon DataZone environment.
- Parameters:
createEnvironmentRequest-- Returns:
- Result of the CreateEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironment
default CreateEnvironmentResponse createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Create an Amazon DataZone environment.
This is a convenience which creates an instance of the
CreateEnvironmentRequest.Builderavoiding the need to create one manually viaCreateEnvironmentRequest.builder()- Parameters:
createEnvironmentRequest- AConsumerthat will call methods onCreateEnvironmentRequest.Builderto create a request.- Returns:
- Result of the CreateEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironmentAction
default CreateEnvironmentActionResponse createEnvironmentAction(CreateEnvironmentActionRequest createEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
- Parameters:
createEnvironmentActionRequest-- Returns:
- Result of the CreateEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironmentAction
default CreateEnvironmentActionResponse createEnvironmentAction(Consumer<CreateEnvironmentActionRequest.Builder> createEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
This is a convenience which creates an instance of the
CreateEnvironmentActionRequest.Builderavoiding the need to create one manually viaCreateEnvironmentActionRequest.builder()- Parameters:
createEnvironmentActionRequest- AConsumerthat will call methods onCreateEnvironmentActionRequest.Builderto create a request.- Returns:
- Result of the CreateEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironmentProfile
default CreateEnvironmentProfileResponse createEnvironmentProfile(CreateEnvironmentProfileRequest createEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone environment profile.
- Parameters:
createEnvironmentProfileRequest-- Returns:
- Result of the CreateEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironmentProfile
default CreateEnvironmentProfileResponse createEnvironmentProfile(Consumer<CreateEnvironmentProfileRequest.Builder> createEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone environment profile.
This is a convenience which creates an instance of the
CreateEnvironmentProfileRequest.Builderavoiding the need to create one manually viaCreateEnvironmentProfileRequest.builder()- Parameters:
createEnvironmentProfileRequest- AConsumerthat will call methods onCreateEnvironmentProfileRequest.Builderto create a request.- Returns:
- Result of the CreateEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createFormType
default CreateFormTypeResponse createFormType(CreateFormTypeRequest createFormTypeRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a metadata form type.
- Parameters:
createFormTypeRequest-- Returns:
- Result of the CreateFormType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createFormType
default CreateFormTypeResponse createFormType(Consumer<CreateFormTypeRequest.Builder> createFormTypeRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a metadata form type.
This is a convenience which creates an instance of the
CreateFormTypeRequest.Builderavoiding the need to create one manually viaCreateFormTypeRequest.builder()- Parameters:
createFormTypeRequest- AConsumerthat will call methods onCreateFormTypeRequest.Builderto create a request.- Returns:
- Result of the CreateFormType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createGlossary
default CreateGlossaryResponse createGlossary(CreateGlossaryRequest createGlossaryRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone business glossary.
- Parameters:
createGlossaryRequest-- Returns:
- Result of the CreateGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createGlossary
default CreateGlossaryResponse createGlossary(Consumer<CreateGlossaryRequest.Builder> createGlossaryRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone business glossary.
This is a convenience which creates an instance of the
CreateGlossaryRequest.Builderavoiding the need to create one manually viaCreateGlossaryRequest.builder()- Parameters:
createGlossaryRequest- AConsumerthat will call methods onCreateGlossaryRequest.Builderto create a request.- Returns:
- Result of the CreateGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createGlossaryTerm
default CreateGlossaryTermResponse createGlossaryTerm(CreateGlossaryTermRequest createGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a business glossary term.
- Parameters:
createGlossaryTermRequest-- Returns:
- Result of the CreateGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createGlossaryTerm
default CreateGlossaryTermResponse createGlossaryTerm(Consumer<CreateGlossaryTermRequest.Builder> createGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a business glossary term.
This is a convenience which creates an instance of the
CreateGlossaryTermRequest.Builderavoiding the need to create one manually viaCreateGlossaryTermRequest.builder()- Parameters:
createGlossaryTermRequest- AConsumerthat will call methods onCreateGlossaryTermRequest.Builderto create a request.- Returns:
- Result of the CreateGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createGroupProfile
default CreateGroupProfileResponse createGroupProfile(CreateGroupProfileRequest createGroupProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a group profile in Amazon DataZone.
- Parameters:
createGroupProfileRequest-- Returns:
- Result of the CreateGroupProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createGroupProfile
default CreateGroupProfileResponse createGroupProfile(Consumer<CreateGroupProfileRequest.Builder> createGroupProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a group profile in Amazon DataZone.
This is a convenience which creates an instance of the
CreateGroupProfileRequest.Builderavoiding the need to create one manually viaCreateGroupProfileRequest.builder()- Parameters:
createGroupProfileRequest- AConsumerthat will call methods onCreateGroupProfileRequest.Builderto create a request.- Returns:
- Result of the CreateGroupProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createListingChangeSet
default CreateListingChangeSetResponse createListingChangeSet(CreateListingChangeSetRequest createListingChangeSetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
- Parameters:
createListingChangeSetRequest-- Returns:
- Result of the CreateListingChangeSet operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createListingChangeSet
default CreateListingChangeSetResponse createListingChangeSet(Consumer<CreateListingChangeSetRequest.Builder> createListingChangeSetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
This is a convenience which creates an instance of the
CreateListingChangeSetRequest.Builderavoiding the need to create one manually viaCreateListingChangeSetRequest.builder()- Parameters:
createListingChangeSetRequest- AConsumerthat will call methods onCreateListingChangeSetRequest.Builderto create a request.- Returns:
- Result of the CreateListingChangeSet operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createProject
default CreateProjectResponse createProject(CreateProjectRequest createProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone project.
- Parameters:
createProjectRequest-- Returns:
- Result of the CreateProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createProject
default CreateProjectResponse createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates an Amazon DataZone project.
This is a convenience which creates an instance of the
CreateProjectRequest.Builderavoiding the need to create one manually viaCreateProjectRequest.builder()- Parameters:
createProjectRequest- AConsumerthat will call methods onCreateProjectRequest.Builderto create a request.- Returns:
- Result of the CreateProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createProjectMembership
default CreateProjectMembershipResponse createProjectMembership(CreateProjectMembershipRequest createProjectMembershipRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a project membership in Amazon DataZone.
- Parameters:
createProjectMembershipRequest-- Returns:
- Result of the CreateProjectMembership operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createProjectMembership
default CreateProjectMembershipResponse createProjectMembership(Consumer<CreateProjectMembershipRequest.Builder> createProjectMembershipRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a project membership in Amazon DataZone.
This is a convenience which creates an instance of the
CreateProjectMembershipRequest.Builderavoiding the need to create one manually viaCreateProjectMembershipRequest.builder()- Parameters:
createProjectMembershipRequest- AConsumerthat will call methods onCreateProjectMembershipRequest.Builderto create a request.- Returns:
- Result of the CreateProjectMembership operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSubscriptionGrant
default CreateSubscriptionGrantResponse createSubscriptionGrant(CreateSubscriptionGrantRequest createSubscriptionGrantRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a subsscription grant in Amazon DataZone.
- Parameters:
createSubscriptionGrantRequest-- Returns:
- Result of the CreateSubscriptionGrant operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSubscriptionGrant
default CreateSubscriptionGrantResponse createSubscriptionGrant(Consumer<CreateSubscriptionGrantRequest.Builder> createSubscriptionGrantRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a subsscription grant in Amazon DataZone.
This is a convenience which creates an instance of the
CreateSubscriptionGrantRequest.Builderavoiding the need to create one manually viaCreateSubscriptionGrantRequest.builder()- Parameters:
createSubscriptionGrantRequest- AConsumerthat will call methods onCreateSubscriptionGrantRequest.Builderto create a request.- Returns:
- Result of the CreateSubscriptionGrant operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSubscriptionRequest
default CreateSubscriptionRequestResponse createSubscriptionRequest(CreateSubscriptionRequestRequest createSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a subscription request in Amazon DataZone.
- Parameters:
createSubscriptionRequestRequest-- Returns:
- Result of the CreateSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSubscriptionRequest
default CreateSubscriptionRequestResponse createSubscriptionRequest(Consumer<CreateSubscriptionRequestRequest.Builder> createSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a subscription request in Amazon DataZone.
This is a convenience which creates an instance of the
CreateSubscriptionRequestRequest.Builderavoiding the need to create one manually viaCreateSubscriptionRequestRequest.builder()- Parameters:
createSubscriptionRequestRequest- AConsumerthat will call methods onCreateSubscriptionRequestRequest.Builderto create a request.- Returns:
- Result of the CreateSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSubscriptionTarget
default CreateSubscriptionTargetResponse createSubscriptionTarget(CreateSubscriptionTargetRequest createSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a subscription target in Amazon DataZone.
- Parameters:
createSubscriptionTargetRequest-- Returns:
- Result of the CreateSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createSubscriptionTarget
default CreateSubscriptionTargetResponse createSubscriptionTarget(Consumer<CreateSubscriptionTargetRequest.Builder> createSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a subscription target in Amazon DataZone.
This is a convenience which creates an instance of the
CreateSubscriptionTargetRequest.Builderavoiding the need to create one manually viaCreateSubscriptionTargetRequest.builder()- Parameters:
createSubscriptionTargetRequest- AConsumerthat will call methods onCreateSubscriptionTargetRequest.Builderto create a request.- Returns:
- Result of the CreateSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createUserProfile
default CreateUserProfileResponse createUserProfile(CreateUserProfileRequest createUserProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a user profile in Amazon DataZone.
- Parameters:
createUserProfileRequest-- Returns:
- Result of the CreateUserProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createUserProfile
default CreateUserProfileResponse createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Creates a user profile in Amazon DataZone.
This is a convenience which creates an instance of the
CreateUserProfileRequest.Builderavoiding the need to create one manually viaCreateUserProfileRequest.builder()- Parameters:
createUserProfileRequest- AConsumerthat will call methods onCreateUserProfileRequest.Builderto create a request.- Returns:
- Result of the CreateUserProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAsset
default DeleteAssetResponse deleteAsset(DeleteAssetRequest deleteAssetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Delets an asset in Amazon DataZone.
- Parameters:
deleteAssetRequest-- Returns:
- Result of the DeleteAsset operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAsset
default DeleteAssetResponse deleteAsset(Consumer<DeleteAssetRequest.Builder> deleteAssetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Delets an asset in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteAssetRequest.Builderavoiding the need to create one manually viaDeleteAssetRequest.builder()- Parameters:
deleteAssetRequest- AConsumerthat will call methods onDeleteAssetRequest.Builderto create a request.- Returns:
- Result of the DeleteAsset operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAssetFilter
default DeleteAssetFilterResponse deleteAssetFilter(DeleteAssetFilterRequest deleteAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an asset filter.
- Parameters:
deleteAssetFilterRequest-- Returns:
- Result of the DeleteAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAssetFilter
default DeleteAssetFilterResponse deleteAssetFilter(Consumer<DeleteAssetFilterRequest.Builder> deleteAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an asset filter.
This is a convenience which creates an instance of the
DeleteAssetFilterRequest.Builderavoiding the need to create one manually viaDeleteAssetFilterRequest.builder()- Parameters:
deleteAssetFilterRequest- AConsumerthat will call methods onDeleteAssetFilterRequest.Builderto create a request.- Returns:
- Result of the DeleteAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAssetType
default DeleteAssetTypeResponse deleteAssetType(DeleteAssetTypeRequest deleteAssetTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an asset type in Amazon DataZone.
- Parameters:
deleteAssetTypeRequest-- Returns:
- Result of the DeleteAssetType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteAssetType
default DeleteAssetTypeResponse deleteAssetType(Consumer<DeleteAssetTypeRequest.Builder> deleteAssetTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an asset type in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteAssetTypeRequest.Builderavoiding the need to create one manually viaDeleteAssetTypeRequest.builder()- Parameters:
deleteAssetTypeRequest- AConsumerthat will call methods onDeleteAssetTypeRequest.Builderto create a request.- Returns:
- Result of the DeleteAssetType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDataSource
default DeleteDataSourceResponse deleteDataSource(DeleteDataSourceRequest deleteDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a data source in Amazon DataZone.
- Parameters:
deleteDataSourceRequest-- Returns:
- Result of the DeleteDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDataSource
default DeleteDataSourceResponse deleteDataSource(Consumer<DeleteDataSourceRequest.Builder> deleteDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a data source in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteDataSourceRequest.Builderavoiding the need to create one manually viaDeleteDataSourceRequest.builder()- Parameters:
deleteDataSourceRequest- AConsumerthat will call methods onDeleteDataSourceRequest.Builderto create a request.- Returns:
- Result of the DeleteDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDomain
default DeleteDomainResponse deleteDomain(DeleteDomainRequest deleteDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a Amazon DataZone domain.
- Parameters:
deleteDomainRequest-- Returns:
- Result of the DeleteDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDomain
default DeleteDomainResponse deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a Amazon DataZone domain.
This is a convenience which creates an instance of the
DeleteDomainRequest.Builderavoiding the need to create one manually viaDeleteDomainRequest.builder()- Parameters:
deleteDomainRequest- AConsumerthat will call methods onDeleteDomainRequest.Builderto create a request.- Returns:
- Result of the DeleteDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironment
default DeleteEnvironmentResponse deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an environment in Amazon DataZone.
- Parameters:
deleteEnvironmentRequest-- Returns:
- Result of the DeleteEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironment
default DeleteEnvironmentResponse deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an environment in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteEnvironmentRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentRequest.builder()- Parameters:
deleteEnvironmentRequest- AConsumerthat will call methods onDeleteEnvironmentRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentAction
default DeleteEnvironmentActionResponse deleteEnvironmentAction(DeleteEnvironmentActionRequest deleteEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.
- Parameters:
deleteEnvironmentActionRequest-- Returns:
- Result of the DeleteEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentAction
default DeleteEnvironmentActionResponse deleteEnvironmentAction(Consumer<DeleteEnvironmentActionRequest.Builder> deleteEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.
This is a convenience which creates an instance of the
DeleteEnvironmentActionRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentActionRequest.builder()- Parameters:
deleteEnvironmentActionRequest- AConsumerthat will call methods onDeleteEnvironmentActionRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentBlueprintConfiguration
default DeleteEnvironmentBlueprintConfigurationResponse deleteEnvironmentBlueprintConfiguration(DeleteEnvironmentBlueprintConfigurationRequest deleteEnvironmentBlueprintConfigurationRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes the blueprint configuration in Amazon DataZone.
- Parameters:
deleteEnvironmentBlueprintConfigurationRequest-- Returns:
- Result of the DeleteEnvironmentBlueprintConfiguration operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentBlueprintConfiguration
default DeleteEnvironmentBlueprintConfigurationResponse deleteEnvironmentBlueprintConfiguration(Consumer<DeleteEnvironmentBlueprintConfigurationRequest.Builder> deleteEnvironmentBlueprintConfigurationRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes the blueprint configuration in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteEnvironmentBlueprintConfigurationRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentBlueprintConfigurationRequest.builder()- Parameters:
deleteEnvironmentBlueprintConfigurationRequest- AConsumerthat will call methods onDeleteEnvironmentBlueprintConfigurationRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironmentBlueprintConfiguration operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentProfile
default DeleteEnvironmentProfileResponse deleteEnvironmentProfile(DeleteEnvironmentProfileRequest deleteEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an environment profile in Amazon DataZone.
- Parameters:
deleteEnvironmentProfileRequest-- Returns:
- Result of the DeleteEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentProfile
default DeleteEnvironmentProfileResponse deleteEnvironmentProfile(Consumer<DeleteEnvironmentProfileRequest.Builder> deleteEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes an environment profile in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteEnvironmentProfileRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentProfileRequest.builder()- Parameters:
deleteEnvironmentProfileRequest- AConsumerthat will call methods onDeleteEnvironmentProfileRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteFormType
default DeleteFormTypeResponse deleteFormType(DeleteFormTypeRequest deleteFormTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Delets and metadata form type in Amazon DataZone.
- Parameters:
deleteFormTypeRequest-- Returns:
- Result of the DeleteFormType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteFormType
default DeleteFormTypeResponse deleteFormType(Consumer<DeleteFormTypeRequest.Builder> deleteFormTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Delets and metadata form type in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteFormTypeRequest.Builderavoiding the need to create one manually viaDeleteFormTypeRequest.builder()- Parameters:
deleteFormTypeRequest- AConsumerthat will call methods onDeleteFormTypeRequest.Builderto create a request.- Returns:
- Result of the DeleteFormType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteGlossary
default DeleteGlossaryResponse deleteGlossary(DeleteGlossaryRequest deleteGlossaryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a business glossary in Amazon DataZone.
- Parameters:
deleteGlossaryRequest-- Returns:
- Result of the DeleteGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteGlossary
default DeleteGlossaryResponse deleteGlossary(Consumer<DeleteGlossaryRequest.Builder> deleteGlossaryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a business glossary in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteGlossaryRequest.Builderavoiding the need to create one manually viaDeleteGlossaryRequest.builder()- Parameters:
deleteGlossaryRequest- AConsumerthat will call methods onDeleteGlossaryRequest.Builderto create a request.- Returns:
- Result of the DeleteGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteGlossaryTerm
default DeleteGlossaryTermResponse deleteGlossaryTerm(DeleteGlossaryTermRequest deleteGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a business glossary term in Amazon DataZone.
- Parameters:
deleteGlossaryTermRequest-- Returns:
- Result of the DeleteGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteGlossaryTerm
default DeleteGlossaryTermResponse deleteGlossaryTerm(Consumer<DeleteGlossaryTermRequest.Builder> deleteGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a business glossary term in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteGlossaryTermRequest.Builderavoiding the need to create one manually viaDeleteGlossaryTermRequest.builder()- Parameters:
deleteGlossaryTermRequest- AConsumerthat will call methods onDeleteGlossaryTermRequest.Builderto create a request.- Returns:
- Result of the DeleteGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteListing
default DeleteListingResponse deleteListing(DeleteListingRequest deleteListingRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a listing (a record of an asset at a given time).
- Parameters:
deleteListingRequest-- Returns:
- Result of the DeleteListing operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteListing
default DeleteListingResponse deleteListing(Consumer<DeleteListingRequest.Builder> deleteListingRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a listing (a record of an asset at a given time).
This is a convenience which creates an instance of the
DeleteListingRequest.Builderavoiding the need to create one manually viaDeleteListingRequest.builder()- Parameters:
deleteListingRequest- AConsumerthat will call methods onDeleteListingRequest.Builderto create a request.- Returns:
- Result of the DeleteListing operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteProject
default DeleteProjectResponse deleteProject(DeleteProjectRequest deleteProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a project in Amazon DataZone.
- Parameters:
deleteProjectRequest-- Returns:
- Result of the DeleteProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteProject
default DeleteProjectResponse deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a project in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteProjectRequest.Builderavoiding the need to create one manually viaDeleteProjectRequest.builder()- Parameters:
deleteProjectRequest- AConsumerthat will call methods onDeleteProjectRequest.Builderto create a request.- Returns:
- Result of the DeleteProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteProjectMembership
default DeleteProjectMembershipResponse deleteProjectMembership(DeleteProjectMembershipRequest deleteProjectMembershipRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes project membership in Amazon DataZone.
- Parameters:
deleteProjectMembershipRequest-- Returns:
- Result of the DeleteProjectMembership operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteProjectMembership
default DeleteProjectMembershipResponse deleteProjectMembership(Consumer<DeleteProjectMembershipRequest.Builder> deleteProjectMembershipRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes project membership in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteProjectMembershipRequest.Builderavoiding the need to create one manually viaDeleteProjectMembershipRequest.builder()- Parameters:
deleteProjectMembershipRequest- AConsumerthat will call methods onDeleteProjectMembershipRequest.Builderto create a request.- Returns:
- Result of the DeleteProjectMembership operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSubscriptionGrant
default DeleteSubscriptionGrantResponse deleteSubscriptionGrant(DeleteSubscriptionGrantRequest deleteSubscriptionGrantRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes and subscription grant in Amazon DataZone.
- Parameters:
deleteSubscriptionGrantRequest-- Returns:
- Result of the DeleteSubscriptionGrant operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSubscriptionGrant
default DeleteSubscriptionGrantResponse deleteSubscriptionGrant(Consumer<DeleteSubscriptionGrantRequest.Builder> deleteSubscriptionGrantRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes and subscription grant in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteSubscriptionGrantRequest.Builderavoiding the need to create one manually viaDeleteSubscriptionGrantRequest.builder()- Parameters:
deleteSubscriptionGrantRequest- AConsumerthat will call methods onDeleteSubscriptionGrantRequest.Builderto create a request.- Returns:
- Result of the DeleteSubscriptionGrant operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSubscriptionRequest
default DeleteSubscriptionRequestResponse deleteSubscriptionRequest(DeleteSubscriptionRequestRequest deleteSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a subscription request in Amazon DataZone.
- Parameters:
deleteSubscriptionRequestRequest-- Returns:
- Result of the DeleteSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSubscriptionRequest
default DeleteSubscriptionRequestResponse deleteSubscriptionRequest(Consumer<DeleteSubscriptionRequestRequest.Builder> deleteSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a subscription request in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteSubscriptionRequestRequest.Builderavoiding the need to create one manually viaDeleteSubscriptionRequestRequest.builder()- Parameters:
deleteSubscriptionRequestRequest- AConsumerthat will call methods onDeleteSubscriptionRequestRequest.Builderto create a request.- Returns:
- Result of the DeleteSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSubscriptionTarget
default DeleteSubscriptionTargetResponse deleteSubscriptionTarget(DeleteSubscriptionTargetRequest deleteSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a subscription target in Amazon DataZone.
- Parameters:
deleteSubscriptionTargetRequest-- Returns:
- Result of the DeleteSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteSubscriptionTarget
default DeleteSubscriptionTargetResponse deleteSubscriptionTarget(Consumer<DeleteSubscriptionTargetRequest.Builder> deleteSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes a subscription target in Amazon DataZone.
This is a convenience which creates an instance of the
DeleteSubscriptionTargetRequest.Builderavoiding the need to create one manually viaDeleteSubscriptionTargetRequest.builder()- Parameters:
deleteSubscriptionTargetRequest- AConsumerthat will call methods onDeleteSubscriptionTargetRequest.Builderto create a request.- Returns:
- Result of the DeleteSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteTimeSeriesDataPoints
default DeleteTimeSeriesDataPointsResponse deleteTimeSeriesDataPoints(DeleteTimeSeriesDataPointsRequest deleteTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes the specified time series form for the specified asset.
- Parameters:
deleteTimeSeriesDataPointsRequest-- Returns:
- Result of the DeleteTimeSeriesDataPoints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteTimeSeriesDataPoints
default DeleteTimeSeriesDataPointsResponse deleteTimeSeriesDataPoints(Consumer<DeleteTimeSeriesDataPointsRequest.Builder> deleteTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Deletes the specified time series form for the specified asset.
This is a convenience which creates an instance of the
DeleteTimeSeriesDataPointsRequest.Builderavoiding the need to create one manually viaDeleteTimeSeriesDataPointsRequest.builder()- Parameters:
deleteTimeSeriesDataPointsRequest- AConsumerthat will call methods onDeleteTimeSeriesDataPointsRequest.Builderto create a request.- Returns:
- Result of the DeleteTimeSeriesDataPoints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateEnvironmentRole
default DisassociateEnvironmentRoleResponse disassociateEnvironmentRole(DisassociateEnvironmentRoleRequest disassociateEnvironmentRoleRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Disassociates the environment role in Amazon DataZone.
- Parameters:
disassociateEnvironmentRoleRequest-- Returns:
- Result of the DisassociateEnvironmentRole operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateEnvironmentRole
default DisassociateEnvironmentRoleResponse disassociateEnvironmentRole(Consumer<DisassociateEnvironmentRoleRequest.Builder> disassociateEnvironmentRoleRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Disassociates the environment role in Amazon DataZone.
This is a convenience which creates an instance of the
DisassociateEnvironmentRoleRequest.Builderavoiding the need to create one manually viaDisassociateEnvironmentRoleRequest.builder()- Parameters:
disassociateEnvironmentRoleRequest- AConsumerthat will call methods onDisassociateEnvironmentRoleRequest.Builderto create a request.- Returns:
- Result of the DisassociateEnvironmentRole operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAsset
default GetAssetResponse getAsset(GetAssetRequest getAssetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone asset.
- Parameters:
getAssetRequest-- Returns:
- Result of the GetAsset operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAsset
default GetAssetResponse getAsset(Consumer<GetAssetRequest.Builder> getAssetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone asset.
This is a convenience which creates an instance of the
GetAssetRequest.Builderavoiding the need to create one manually viaGetAssetRequest.builder()- Parameters:
getAssetRequest- AConsumerthat will call methods onGetAssetRequest.Builderto create a request.- Returns:
- Result of the GetAsset operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAssetFilter
default GetAssetFilterResponse getAssetFilter(GetAssetFilterRequest getAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an asset filter.
- Parameters:
getAssetFilterRequest-- Returns:
- Result of the GetAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAssetFilter
default GetAssetFilterResponse getAssetFilter(Consumer<GetAssetFilterRequest.Builder> getAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an asset filter.
This is a convenience which creates an instance of the
GetAssetFilterRequest.Builderavoiding the need to create one manually viaGetAssetFilterRequest.builder()- Parameters:
getAssetFilterRequest- AConsumerthat will call methods onGetAssetFilterRequest.Builderto create a request.- Returns:
- Result of the GetAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAssetType
default GetAssetTypeResponse getAssetType(GetAssetTypeRequest getAssetTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone asset type.
- Parameters:
getAssetTypeRequest-- Returns:
- Result of the GetAssetType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAssetType
default GetAssetTypeResponse getAssetType(Consumer<GetAssetTypeRequest.Builder> getAssetTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone asset type.
This is a convenience which creates an instance of the
GetAssetTypeRequest.Builderavoiding the need to create one manually viaGetAssetTypeRequest.builder()- Parameters:
getAssetTypeRequest- AConsumerthat will call methods onGetAssetTypeRequest.Builderto create a request.- Returns:
- Result of the GetAssetType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDataSource
default GetDataSourceResponse getDataSource(GetDataSourceRequest getDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone data source.
- Parameters:
getDataSourceRequest-- Returns:
- Result of the GetDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDataSource
default GetDataSourceResponse getDataSource(Consumer<GetDataSourceRequest.Builder> getDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone data source.
This is a convenience which creates an instance of the
GetDataSourceRequest.Builderavoiding the need to create one manually viaGetDataSourceRequest.builder()- Parameters:
getDataSourceRequest- AConsumerthat will call methods onGetDataSourceRequest.Builderto create a request.- Returns:
- Result of the GetDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDataSourceRun
default GetDataSourceRunResponse getDataSourceRun(GetDataSourceRunRequest getDataSourceRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone data source run.
- Parameters:
getDataSourceRunRequest-- Returns:
- Result of the GetDataSourceRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDataSourceRun
default GetDataSourceRunResponse getDataSourceRun(Consumer<GetDataSourceRunRequest.Builder> getDataSourceRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone data source run.
This is a convenience which creates an instance of the
GetDataSourceRunRequest.Builderavoiding the need to create one manually viaGetDataSourceRunRequest.builder()- Parameters:
getDataSourceRunRequest- AConsumerthat will call methods onGetDataSourceRunRequest.Builderto create a request.- Returns:
- Result of the GetDataSourceRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDomain
default GetDomainResponse getDomain(GetDomainRequest getDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone domain.
- Parameters:
getDomainRequest-- Returns:
- Result of the GetDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDomain
default GetDomainResponse getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone domain.
This is a convenience which creates an instance of the
GetDomainRequest.Builderavoiding the need to create one manually viaGetDomainRequest.builder()- Parameters:
getDomainRequest- AConsumerthat will call methods onGetDomainRequest.Builderto create a request.- Returns:
- Result of the GetDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironment
default GetEnvironmentResponse getEnvironment(GetEnvironmentRequest getEnvironmentRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone environment.
- Parameters:
getEnvironmentRequest-- Returns:
- Result of the GetEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironment
default GetEnvironmentResponse getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone environment.
This is a convenience which creates an instance of the
GetEnvironmentRequest.Builderavoiding the need to create one manually viaGetEnvironmentRequest.builder()- Parameters:
getEnvironmentRequest- AConsumerthat will call methods onGetEnvironmentRequest.Builderto create a request.- Returns:
- Result of the GetEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentAction
default GetEnvironmentActionResponse getEnvironmentAction(GetEnvironmentActionRequest getEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the specified environment action.
- Parameters:
getEnvironmentActionRequest-- Returns:
- Result of the GetEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentAction
default GetEnvironmentActionResponse getEnvironmentAction(Consumer<GetEnvironmentActionRequest.Builder> getEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the specified environment action.
This is a convenience which creates an instance of the
GetEnvironmentActionRequest.Builderavoiding the need to create one manually viaGetEnvironmentActionRequest.builder()- Parameters:
getEnvironmentActionRequest- AConsumerthat will call methods onGetEnvironmentActionRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentBlueprint
default GetEnvironmentBlueprintResponse getEnvironmentBlueprint(GetEnvironmentBlueprintRequest getEnvironmentBlueprintRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone blueprint.
- Parameters:
getEnvironmentBlueprintRequest-- Returns:
- Result of the GetEnvironmentBlueprint operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentBlueprint
default GetEnvironmentBlueprintResponse getEnvironmentBlueprint(Consumer<GetEnvironmentBlueprintRequest.Builder> getEnvironmentBlueprintRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an Amazon DataZone blueprint.
This is a convenience which creates an instance of the
GetEnvironmentBlueprintRequest.Builderavoiding the need to create one manually viaGetEnvironmentBlueprintRequest.builder()- Parameters:
getEnvironmentBlueprintRequest- AConsumerthat will call methods onGetEnvironmentBlueprintRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentBlueprint operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentBlueprintConfiguration
default GetEnvironmentBlueprintConfigurationResponse getEnvironmentBlueprintConfiguration(GetEnvironmentBlueprintConfigurationRequest getEnvironmentBlueprintConfigurationRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the blueprint configuration in Amazon DataZone.
- Parameters:
getEnvironmentBlueprintConfigurationRequest-- Returns:
- Result of the GetEnvironmentBlueprintConfiguration operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentBlueprintConfiguration
default GetEnvironmentBlueprintConfigurationResponse getEnvironmentBlueprintConfiguration(Consumer<GetEnvironmentBlueprintConfigurationRequest.Builder> getEnvironmentBlueprintConfigurationRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the blueprint configuration in Amazon DataZone.
This is a convenience which creates an instance of the
GetEnvironmentBlueprintConfigurationRequest.Builderavoiding the need to create one manually viaGetEnvironmentBlueprintConfigurationRequest.builder()- Parameters:
getEnvironmentBlueprintConfigurationRequest- AConsumerthat will call methods onGetEnvironmentBlueprintConfigurationRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentBlueprintConfiguration operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentCredentials
default GetEnvironmentCredentialsResponse getEnvironmentCredentials(GetEnvironmentCredentialsRequest getEnvironmentCredentialsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the credentials of an environment in Amazon DataZone.
- Parameters:
getEnvironmentCredentialsRequest-- Returns:
- Result of the GetEnvironmentCredentials operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentCredentials
default GetEnvironmentCredentialsResponse getEnvironmentCredentials(Consumer<GetEnvironmentCredentialsRequest.Builder> getEnvironmentCredentialsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the credentials of an environment in Amazon DataZone.
This is a convenience which creates an instance of the
GetEnvironmentCredentialsRequest.Builderavoiding the need to create one manually viaGetEnvironmentCredentialsRequest.builder()- Parameters:
getEnvironmentCredentialsRequest- AConsumerthat will call methods onGetEnvironmentCredentialsRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentCredentials operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentProfile
default GetEnvironmentProfileResponse getEnvironmentProfile(GetEnvironmentProfileRequest getEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an evinronment profile in Amazon DataZone.
- Parameters:
getEnvironmentProfileRequest-- Returns:
- Result of the GetEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentProfile
default GetEnvironmentProfileResponse getEnvironmentProfile(Consumer<GetEnvironmentProfileRequest.Builder> getEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets an evinronment profile in Amazon DataZone.
This is a convenience which creates an instance of the
GetEnvironmentProfileRequest.Builderavoiding the need to create one manually viaGetEnvironmentProfileRequest.builder()- Parameters:
getEnvironmentProfileRequest- AConsumerthat will call methods onGetEnvironmentProfileRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getFormType
default GetFormTypeResponse getFormType(GetFormTypeRequest getFormTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a metadata form type in Amazon DataZone.
- Parameters:
getFormTypeRequest-- Returns:
- Result of the GetFormType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getFormType
default GetFormTypeResponse getFormType(Consumer<GetFormTypeRequest.Builder> getFormTypeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a metadata form type in Amazon DataZone.
This is a convenience which creates an instance of the
GetFormTypeRequest.Builderavoiding the need to create one manually viaGetFormTypeRequest.builder()- Parameters:
getFormTypeRequest- AConsumerthat will call methods onGetFormTypeRequest.Builderto create a request.- Returns:
- Result of the GetFormType operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getGlossary
default GetGlossaryResponse getGlossary(GetGlossaryRequest getGlossaryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a business glossary in Amazon DataZone.
- Parameters:
getGlossaryRequest-- Returns:
- Result of the GetGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getGlossary
default GetGlossaryResponse getGlossary(Consumer<GetGlossaryRequest.Builder> getGlossaryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a business glossary in Amazon DataZone.
This is a convenience which creates an instance of the
GetGlossaryRequest.Builderavoiding the need to create one manually viaGetGlossaryRequest.builder()- Parameters:
getGlossaryRequest- AConsumerthat will call methods onGetGlossaryRequest.Builderto create a request.- Returns:
- Result of the GetGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getGlossaryTerm
default GetGlossaryTermResponse getGlossaryTerm(GetGlossaryTermRequest getGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a business glossary term in Amazon DataZone.
- Parameters:
getGlossaryTermRequest-- Returns:
- Result of the GetGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getGlossaryTerm
default GetGlossaryTermResponse getGlossaryTerm(Consumer<GetGlossaryTermRequest.Builder> getGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a business glossary term in Amazon DataZone.
This is a convenience which creates an instance of the
GetGlossaryTermRequest.Builderavoiding the need to create one manually viaGetGlossaryTermRequest.builder()- Parameters:
getGlossaryTermRequest- AConsumerthat will call methods onGetGlossaryTermRequest.Builderto create a request.- Returns:
- Result of the GetGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getGroupProfile
default GetGroupProfileResponse getGroupProfile(GetGroupProfileRequest getGroupProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a group profile in Amazon DataZone.
- Parameters:
getGroupProfileRequest-- Returns:
- Result of the GetGroupProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getGroupProfile
default GetGroupProfileResponse getGroupProfile(Consumer<GetGroupProfileRequest.Builder> getGroupProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a group profile in Amazon DataZone.
This is a convenience which creates an instance of the
GetGroupProfileRequest.Builderavoiding the need to create one manually viaGetGroupProfileRequest.builder()- Parameters:
getGroupProfileRequest- AConsumerthat will call methods onGetGroupProfileRequest.Builderto create a request.- Returns:
- Result of the GetGroupProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getIamPortalLoginUrl
default GetIamPortalLoginUrlResponse getIamPortalLoginUrl(GetIamPortalLoginUrlRequest getIamPortalLoginUrlRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the data portal URL for the specified Amazon DataZone domain.
- Parameters:
getIamPortalLoginUrlRequest-- Returns:
- Result of the GetIamPortalLoginUrl operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getIamPortalLoginUrl
default GetIamPortalLoginUrlResponse getIamPortalLoginUrl(Consumer<GetIamPortalLoginUrlRequest.Builder> getIamPortalLoginUrlRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the data portal URL for the specified Amazon DataZone domain.
This is a convenience which creates an instance of the
GetIamPortalLoginUrlRequest.Builderavoiding the need to create one manually viaGetIamPortalLoginUrlRequest.builder()- Parameters:
getIamPortalLoginUrlRequest- AConsumerthat will call methods onGetIamPortalLoginUrlRequest.Builderto create a request.- Returns:
- Result of the GetIamPortalLoginUrl operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getLineageNode
default GetLineageNodeResponse getLineageNode(GetLineageNodeRequest getLineageNodeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the data lineage node.
- Parameters:
getLineageNodeRequest-- Returns:
- Result of the GetLineageNode operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getLineageNode
default GetLineageNodeResponse getLineageNode(Consumer<GetLineageNodeRequest.Builder> getLineageNodeRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the data lineage node.
This is a convenience which creates an instance of the
GetLineageNodeRequest.Builderavoiding the need to create one manually viaGetLineageNodeRequest.builder()- Parameters:
getLineageNodeRequest- AConsumerthat will call methods onGetLineageNodeRequest.Builderto create a request.- Returns:
- Result of the GetLineageNode operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getListing
default GetListingResponse getListing(GetListingRequest getListingRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a listing (a record of an asset at a given time).
- Parameters:
getListingRequest-- Returns:
- Result of the GetListing operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getListing
default GetListingResponse getListing(Consumer<GetListingRequest.Builder> getListingRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a listing (a record of an asset at a given time).
This is a convenience which creates an instance of the
GetListingRequest.Builderavoiding the need to create one manually viaGetListingRequest.builder()- Parameters:
getListingRequest- AConsumerthat will call methods onGetListingRequest.Builderto create a request.- Returns:
- Result of the GetListing operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getMetadataGenerationRun
default GetMetadataGenerationRunResponse getMetadataGenerationRun(GetMetadataGenerationRunRequest getMetadataGenerationRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a metadata generation run in Amazon DataZone.
- Parameters:
getMetadataGenerationRunRequest-- Returns:
- Result of the GetMetadataGenerationRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getMetadataGenerationRun
default GetMetadataGenerationRunResponse getMetadataGenerationRun(Consumer<GetMetadataGenerationRunRequest.Builder> getMetadataGenerationRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a metadata generation run in Amazon DataZone.
This is a convenience which creates an instance of the
GetMetadataGenerationRunRequest.Builderavoiding the need to create one manually viaGetMetadataGenerationRunRequest.builder()- Parameters:
getMetadataGenerationRunRequest- AConsumerthat will call methods onGetMetadataGenerationRunRequest.Builderto create a request.- Returns:
- Result of the GetMetadataGenerationRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getProject
default GetProjectResponse getProject(GetProjectRequest getProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a project in Amazon DataZone.
- Parameters:
getProjectRequest-- Returns:
- Result of the GetProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getProject
default GetProjectResponse getProject(Consumer<GetProjectRequest.Builder> getProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a project in Amazon DataZone.
This is a convenience which creates an instance of the
GetProjectRequest.Builderavoiding the need to create one manually viaGetProjectRequest.builder()- Parameters:
getProjectRequest- AConsumerthat will call methods onGetProjectRequest.Builderto create a request.- Returns:
- Result of the GetProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscription
default GetSubscriptionResponse getSubscription(GetSubscriptionRequest getSubscriptionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a subscription in Amazon DataZone.
- Parameters:
getSubscriptionRequest-- Returns:
- Result of the GetSubscription operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscription
default GetSubscriptionResponse getSubscription(Consumer<GetSubscriptionRequest.Builder> getSubscriptionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a subscription in Amazon DataZone.
This is a convenience which creates an instance of the
GetSubscriptionRequest.Builderavoiding the need to create one manually viaGetSubscriptionRequest.builder()- Parameters:
getSubscriptionRequest- AConsumerthat will call methods onGetSubscriptionRequest.Builderto create a request.- Returns:
- Result of the GetSubscription operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscriptionGrant
default GetSubscriptionGrantResponse getSubscriptionGrant(GetSubscriptionGrantRequest getSubscriptionGrantRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the subscription grant in Amazon DataZone.
- Parameters:
getSubscriptionGrantRequest-- Returns:
- Result of the GetSubscriptionGrant operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscriptionGrant
default GetSubscriptionGrantResponse getSubscriptionGrant(Consumer<GetSubscriptionGrantRequest.Builder> getSubscriptionGrantRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the subscription grant in Amazon DataZone.
This is a convenience which creates an instance of the
GetSubscriptionGrantRequest.Builderavoiding the need to create one manually viaGetSubscriptionGrantRequest.builder()- Parameters:
getSubscriptionGrantRequest- AConsumerthat will call methods onGetSubscriptionGrantRequest.Builderto create a request.- Returns:
- Result of the GetSubscriptionGrant operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscriptionRequestDetails
default GetSubscriptionRequestDetailsResponse getSubscriptionRequestDetails(GetSubscriptionRequestDetailsRequest getSubscriptionRequestDetailsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the details of the specified subscription request.
- Parameters:
getSubscriptionRequestDetailsRequest-- Returns:
- Result of the GetSubscriptionRequestDetails operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscriptionRequestDetails
default GetSubscriptionRequestDetailsResponse getSubscriptionRequestDetails(Consumer<GetSubscriptionRequestDetailsRequest.Builder> getSubscriptionRequestDetailsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the details of the specified subscription request.
This is a convenience which creates an instance of the
GetSubscriptionRequestDetailsRequest.Builderavoiding the need to create one manually viaGetSubscriptionRequestDetailsRequest.builder()- Parameters:
getSubscriptionRequestDetailsRequest- AConsumerthat will call methods onGetSubscriptionRequestDetailsRequest.Builderto create a request.- Returns:
- Result of the GetSubscriptionRequestDetails operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscriptionTarget
default GetSubscriptionTargetResponse getSubscriptionTarget(GetSubscriptionTargetRequest getSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the subscription target in Amazon DataZone.
- Parameters:
getSubscriptionTargetRequest-- Returns:
- Result of the GetSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getSubscriptionTarget
default GetSubscriptionTargetResponse getSubscriptionTarget(Consumer<GetSubscriptionTargetRequest.Builder> getSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the subscription target in Amazon DataZone.
This is a convenience which creates an instance of the
GetSubscriptionTargetRequest.Builderavoiding the need to create one manually viaGetSubscriptionTargetRequest.builder()- Parameters:
getSubscriptionTargetRequest- AConsumerthat will call methods onGetSubscriptionTargetRequest.Builderto create a request.- Returns:
- Result of the GetSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getTimeSeriesDataPoint
default GetTimeSeriesDataPointResponse getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the existing data point for the asset.
- Parameters:
getTimeSeriesDataPointRequest-- Returns:
- Result of the GetTimeSeriesDataPoint operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getTimeSeriesDataPoint
default GetTimeSeriesDataPointResponse getTimeSeriesDataPoint(Consumer<GetTimeSeriesDataPointRequest.Builder> getTimeSeriesDataPointRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets the existing data point for the asset.
This is a convenience which creates an instance of the
GetTimeSeriesDataPointRequest.Builderavoiding the need to create one manually viaGetTimeSeriesDataPointRequest.builder()- Parameters:
getTimeSeriesDataPointRequest- AConsumerthat will call methods onGetTimeSeriesDataPointRequest.Builderto create a request.- Returns:
- Result of the GetTimeSeriesDataPoint operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getUserProfile
default GetUserProfileResponse getUserProfile(GetUserProfileRequest getUserProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a user profile in Amazon DataZone.
- Parameters:
getUserProfileRequest-- Returns:
- Result of the GetUserProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getUserProfile
default GetUserProfileResponse getUserProfile(Consumer<GetUserProfileRequest.Builder> getUserProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Gets a user profile in Amazon DataZone.
This is a convenience which creates an instance of the
GetUserProfileRequest.Builderavoiding the need to create one manually viaGetUserProfileRequest.builder()- Parameters:
getUserProfileRequest- AConsumerthat will call methods onGetUserProfileRequest.Builderto create a request.- Returns:
- Result of the GetUserProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetFilters
default ListAssetFiltersResponse listAssetFilters(ListAssetFiltersRequest listAssetFiltersRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists asset filters.
- Parameters:
listAssetFiltersRequest-- Returns:
- Result of the ListAssetFilters operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetFilters
default ListAssetFiltersResponse listAssetFilters(Consumer<ListAssetFiltersRequest.Builder> listAssetFiltersRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists asset filters.
This is a convenience which creates an instance of the
ListAssetFiltersRequest.Builderavoiding the need to create one manually viaListAssetFiltersRequest.builder()- Parameters:
listAssetFiltersRequest- AConsumerthat will call methods onListAssetFiltersRequest.Builderto create a request.- Returns:
- Result of the ListAssetFilters operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetFiltersPaginator
default ListAssetFiltersIterable listAssetFiltersPaginator(ListAssetFiltersRequest listAssetFiltersRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listAssetFilters(software.amazon.awssdk.services.datazone.model.ListAssetFiltersRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListAssetFiltersIterable responses = client.listAssetFiltersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListAssetFiltersIterable responses = client .listAssetFiltersPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListAssetFiltersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListAssetFiltersIterable responses = client.listAssetFiltersPaginator(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
listAssetFilters(software.amazon.awssdk.services.datazone.model.ListAssetFiltersRequest)operation.- Parameters:
listAssetFiltersRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetFiltersPaginator
default ListAssetFiltersIterable listAssetFiltersPaginator(Consumer<ListAssetFiltersRequest.Builder> listAssetFiltersRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listAssetFilters(software.amazon.awssdk.services.datazone.model.ListAssetFiltersRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListAssetFiltersIterable responses = client.listAssetFiltersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListAssetFiltersIterable responses = client .listAssetFiltersPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListAssetFiltersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListAssetFiltersIterable responses = client.listAssetFiltersPaginator(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
listAssetFilters(software.amazon.awssdk.services.datazone.model.ListAssetFiltersRequest)operation.
This is a convenience which creates an instance of the
ListAssetFiltersRequest.Builderavoiding the need to create one manually viaListAssetFiltersRequest.builder()- Parameters:
listAssetFiltersRequest- AConsumerthat will call methods onListAssetFiltersRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetRevisions
default ListAssetRevisionsResponse listAssetRevisions(ListAssetRevisionsRequest listAssetRevisionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists the revisions for the asset.
- Parameters:
listAssetRevisionsRequest-- Returns:
- Result of the ListAssetRevisions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetRevisions
default ListAssetRevisionsResponse listAssetRevisions(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists the revisions for the asset.
This is a convenience which creates an instance of the
ListAssetRevisionsRequest.Builderavoiding the need to create one manually viaListAssetRevisionsRequest.builder()- Parameters:
listAssetRevisionsRequest- AConsumerthat will call methods onListAssetRevisionsRequest.Builderto create a request.- Returns:
- Result of the ListAssetRevisions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetRevisionsPaginator
default ListAssetRevisionsIterable listAssetRevisionsPaginator(ListAssetRevisionsRequest listAssetRevisionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listAssetRevisions(software.amazon.awssdk.services.datazone.model.ListAssetRevisionsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListAssetRevisionsIterable responses = client.listAssetRevisionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListAssetRevisionsIterable responses = client .listAssetRevisionsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListAssetRevisionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListAssetRevisionsIterable responses = client.listAssetRevisionsPaginator(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
listAssetRevisions(software.amazon.awssdk.services.datazone.model.ListAssetRevisionsRequest)operation.- Parameters:
listAssetRevisionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listAssetRevisionsPaginator
default ListAssetRevisionsIterable listAssetRevisionsPaginator(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listAssetRevisions(software.amazon.awssdk.services.datazone.model.ListAssetRevisionsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListAssetRevisionsIterable responses = client.listAssetRevisionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListAssetRevisionsIterable responses = client .listAssetRevisionsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListAssetRevisionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListAssetRevisionsIterable responses = client.listAssetRevisionsPaginator(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
listAssetRevisions(software.amazon.awssdk.services.datazone.model.ListAssetRevisionsRequest)operation.
This is a convenience which creates an instance of the
ListAssetRevisionsRequest.Builderavoiding the need to create one manually viaListAssetRevisionsRequest.builder()- Parameters:
listAssetRevisionsRequest- AConsumerthat will call methods onListAssetRevisionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRunActivities
default ListDataSourceRunActivitiesResponse listDataSourceRunActivities(ListDataSourceRunActivitiesRequest listDataSourceRunActivitiesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists data source run activities.
- Parameters:
listDataSourceRunActivitiesRequest-- Returns:
- Result of the ListDataSourceRunActivities operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRunActivities
default ListDataSourceRunActivitiesResponse listDataSourceRunActivities(Consumer<ListDataSourceRunActivitiesRequest.Builder> listDataSourceRunActivitiesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists data source run activities.
This is a convenience which creates an instance of the
ListDataSourceRunActivitiesRequest.Builderavoiding the need to create one manually viaListDataSourceRunActivitiesRequest.builder()- Parameters:
listDataSourceRunActivitiesRequest- AConsumerthat will call methods onListDataSourceRunActivitiesRequest.Builderto create a request.- Returns:
- Result of the ListDataSourceRunActivities operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRunActivitiesPaginator
default ListDataSourceRunActivitiesIterable listDataSourceRunActivitiesPaginator(ListDataSourceRunActivitiesRequest listDataSourceRunActivitiesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDataSourceRunActivities(software.amazon.awssdk.services.datazone.model.ListDataSourceRunActivitiesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunActivitiesIterable responses = client.listDataSourceRunActivitiesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDataSourceRunActivitiesIterable responses = client .listDataSourceRunActivitiesPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDataSourceRunActivitiesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunActivitiesIterable responses = client.listDataSourceRunActivitiesPaginator(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
listDataSourceRunActivities(software.amazon.awssdk.services.datazone.model.ListDataSourceRunActivitiesRequest)operation.- Parameters:
listDataSourceRunActivitiesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRunActivitiesPaginator
default ListDataSourceRunActivitiesIterable listDataSourceRunActivitiesPaginator(Consumer<ListDataSourceRunActivitiesRequest.Builder> listDataSourceRunActivitiesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDataSourceRunActivities(software.amazon.awssdk.services.datazone.model.ListDataSourceRunActivitiesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunActivitiesIterable responses = client.listDataSourceRunActivitiesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDataSourceRunActivitiesIterable responses = client .listDataSourceRunActivitiesPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDataSourceRunActivitiesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunActivitiesIterable responses = client.listDataSourceRunActivitiesPaginator(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
listDataSourceRunActivities(software.amazon.awssdk.services.datazone.model.ListDataSourceRunActivitiesRequest)operation.
This is a convenience which creates an instance of the
ListDataSourceRunActivitiesRequest.Builderavoiding the need to create one manually viaListDataSourceRunActivitiesRequest.builder()- Parameters:
listDataSourceRunActivitiesRequest- AConsumerthat will call methods onListDataSourceRunActivitiesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRuns
default ListDataSourceRunsResponse listDataSourceRuns(ListDataSourceRunsRequest listDataSourceRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists data source runs in Amazon DataZone.
- Parameters:
listDataSourceRunsRequest-- Returns:
- Result of the ListDataSourceRuns operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRuns
default ListDataSourceRunsResponse listDataSourceRuns(Consumer<ListDataSourceRunsRequest.Builder> listDataSourceRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists data source runs in Amazon DataZone.
This is a convenience which creates an instance of the
ListDataSourceRunsRequest.Builderavoiding the need to create one manually viaListDataSourceRunsRequest.builder()- Parameters:
listDataSourceRunsRequest- AConsumerthat will call methods onListDataSourceRunsRequest.Builderto create a request.- Returns:
- Result of the ListDataSourceRuns operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRunsPaginator
default ListDataSourceRunsIterable listDataSourceRunsPaginator(ListDataSourceRunsRequest listDataSourceRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDataSourceRuns(software.amazon.awssdk.services.datazone.model.ListDataSourceRunsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunsIterable responses = client.listDataSourceRunsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDataSourceRunsIterable responses = client .listDataSourceRunsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDataSourceRunsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunsIterable responses = client.listDataSourceRunsPaginator(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
listDataSourceRuns(software.amazon.awssdk.services.datazone.model.ListDataSourceRunsRequest)operation.- Parameters:
listDataSourceRunsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourceRunsPaginator
default ListDataSourceRunsIterable listDataSourceRunsPaginator(Consumer<ListDataSourceRunsRequest.Builder> listDataSourceRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDataSourceRuns(software.amazon.awssdk.services.datazone.model.ListDataSourceRunsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunsIterable responses = client.listDataSourceRunsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDataSourceRunsIterable responses = client .listDataSourceRunsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDataSourceRunsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDataSourceRunsIterable responses = client.listDataSourceRunsPaginator(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
listDataSourceRuns(software.amazon.awssdk.services.datazone.model.ListDataSourceRunsRequest)operation.
This is a convenience which creates an instance of the
ListDataSourceRunsRequest.Builderavoiding the need to create one manually viaListDataSourceRunsRequest.builder()- Parameters:
listDataSourceRunsRequest- AConsumerthat will call methods onListDataSourceRunsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSources
default ListDataSourcesResponse listDataSources(ListDataSourcesRequest listDataSourcesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists data sources in Amazon DataZone.
- Parameters:
listDataSourcesRequest-- Returns:
- Result of the ListDataSources operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSources
default ListDataSourcesResponse listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists data sources in Amazon DataZone.
This is a convenience which creates an instance of the
ListDataSourcesRequest.Builderavoiding the need to create one manually viaListDataSourcesRequest.builder()- Parameters:
listDataSourcesRequest- AConsumerthat will call methods onListDataSourcesRequest.Builderto create a request.- Returns:
- Result of the ListDataSources operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourcesPaginator
default ListDataSourcesIterable listDataSourcesPaginator(ListDataSourcesRequest listDataSourcesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDataSources(software.amazon.awssdk.services.datazone.model.ListDataSourcesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDataSourcesIterable responses = client.listDataSourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDataSourcesIterable responses = client .listDataSourcesPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDataSourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDataSourcesIterable responses = client.listDataSourcesPaginator(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
listDataSources(software.amazon.awssdk.services.datazone.model.ListDataSourcesRequest)operation.- Parameters:
listDataSourcesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataSourcesPaginator
default ListDataSourcesIterable listDataSourcesPaginator(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDataSources(software.amazon.awssdk.services.datazone.model.ListDataSourcesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDataSourcesIterable responses = client.listDataSourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDataSourcesIterable responses = client .listDataSourcesPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDataSourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDataSourcesIterable responses = client.listDataSourcesPaginator(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
listDataSources(software.amazon.awssdk.services.datazone.model.ListDataSourcesRequest)operation.
This is a convenience which creates an instance of the
ListDataSourcesRequest.Builderavoiding the need to create one manually viaListDataSourcesRequest.builder()- Parameters:
listDataSourcesRequest- AConsumerthat will call methods onListDataSourcesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDomains
default ListDomainsResponse listDomains(ListDomainsRequest listDomainsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone domains.
- Parameters:
listDomainsRequest-- Returns:
- Result of the ListDomains operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDomains
default ListDomainsResponse listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone domains.
This is a convenience which creates an instance of the
ListDomainsRequest.Builderavoiding the need to create one manually viaListDomainsRequest.builder()- Parameters:
listDomainsRequest- AConsumerthat will call methods onListDomainsRequest.Builderto create a request.- Returns:
- Result of the ListDomains operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDomainsPaginator
default ListDomainsIterable listDomainsPaginator(ListDomainsRequest listDomainsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDomains(software.amazon.awssdk.services.datazone.model.ListDomainsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDomainsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDomainsIterable responses = client.listDomainsPaginator(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
listDomains(software.amazon.awssdk.services.datazone.model.ListDomainsRequest)operation.- Parameters:
listDomainsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDomainsPaginator
default ListDomainsIterable listDomainsPaginator(Consumer<ListDomainsRequest.Builder> listDomainsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listDomains(software.amazon.awssdk.services.datazone.model.ListDomainsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListDomainsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListDomainsIterable responses = client.listDomainsPaginator(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
listDomains(software.amazon.awssdk.services.datazone.model.ListDomainsRequest)operation.
This is a convenience which creates an instance of the
ListDomainsRequest.Builderavoiding the need to create one manually viaListDomainsRequest.builder()- Parameters:
listDomainsRequest- AConsumerthat will call methods onListDomainsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentActions
default ListEnvironmentActionsResponse listEnvironmentActions(ListEnvironmentActionsRequest listEnvironmentActionsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists existing environment actions.
- Parameters:
listEnvironmentActionsRequest-- Returns:
- Result of the ListEnvironmentActions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentActions
default ListEnvironmentActionsResponse listEnvironmentActions(Consumer<ListEnvironmentActionsRequest.Builder> listEnvironmentActionsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists existing environment actions.
This is a convenience which creates an instance of the
ListEnvironmentActionsRequest.Builderavoiding the need to create one manually viaListEnvironmentActionsRequest.builder()- Parameters:
listEnvironmentActionsRequest- AConsumerthat will call methods onListEnvironmentActionsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentActions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentActionsPaginator
default ListEnvironmentActionsIterable listEnvironmentActionsPaginator(ListEnvironmentActionsRequest listEnvironmentActionsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentActions(software.amazon.awssdk.services.datazone.model.ListEnvironmentActionsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentActionsIterable responses = client.listEnvironmentActionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentActionsIterable responses = client .listEnvironmentActionsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentActionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentActionsIterable responses = client.listEnvironmentActionsPaginator(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
listEnvironmentActions(software.amazon.awssdk.services.datazone.model.ListEnvironmentActionsRequest)operation.- Parameters:
listEnvironmentActionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentActionsPaginator
default ListEnvironmentActionsIterable listEnvironmentActionsPaginator(Consumer<ListEnvironmentActionsRequest.Builder> listEnvironmentActionsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentActions(software.amazon.awssdk.services.datazone.model.ListEnvironmentActionsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentActionsIterable responses = client.listEnvironmentActionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentActionsIterable responses = client .listEnvironmentActionsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentActionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentActionsIterable responses = client.listEnvironmentActionsPaginator(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
listEnvironmentActions(software.amazon.awssdk.services.datazone.model.ListEnvironmentActionsRequest)operation.
This is a convenience which creates an instance of the
ListEnvironmentActionsRequest.Builderavoiding the need to create one manually viaListEnvironmentActionsRequest.builder()- Parameters:
listEnvironmentActionsRequest- AConsumerthat will call methods onListEnvironmentActionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprintConfigurations
default ListEnvironmentBlueprintConfigurationsResponse listEnvironmentBlueprintConfigurations(ListEnvironmentBlueprintConfigurationsRequest listEnvironmentBlueprintConfigurationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists blueprint configurations for a Amazon DataZone environment.
- Parameters:
listEnvironmentBlueprintConfigurationsRequest-- Returns:
- Result of the ListEnvironmentBlueprintConfigurations operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprintConfigurations
default ListEnvironmentBlueprintConfigurationsResponse listEnvironmentBlueprintConfigurations(Consumer<ListEnvironmentBlueprintConfigurationsRequest.Builder> listEnvironmentBlueprintConfigurationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists blueprint configurations for a Amazon DataZone environment.
This is a convenience which creates an instance of the
ListEnvironmentBlueprintConfigurationsRequest.Builderavoiding the need to create one manually viaListEnvironmentBlueprintConfigurationsRequest.builder()- Parameters:
listEnvironmentBlueprintConfigurationsRequest- AConsumerthat will call methods onListEnvironmentBlueprintConfigurationsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentBlueprintConfigurations operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprintConfigurationsPaginator
default ListEnvironmentBlueprintConfigurationsIterable listEnvironmentBlueprintConfigurationsPaginator(ListEnvironmentBlueprintConfigurationsRequest listEnvironmentBlueprintConfigurationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentBlueprintConfigurations(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintConfigurationsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintConfigurationsIterable responses = client.listEnvironmentBlueprintConfigurationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintConfigurationsIterable responses = client .listEnvironmentBlueprintConfigurationsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintConfigurationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintConfigurationsIterable responses = client.listEnvironmentBlueprintConfigurationsPaginator(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
listEnvironmentBlueprintConfigurations(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintConfigurationsRequest)operation.- Parameters:
listEnvironmentBlueprintConfigurationsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprintConfigurationsPaginator
default ListEnvironmentBlueprintConfigurationsIterable listEnvironmentBlueprintConfigurationsPaginator(Consumer<ListEnvironmentBlueprintConfigurationsRequest.Builder> listEnvironmentBlueprintConfigurationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentBlueprintConfigurations(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintConfigurationsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintConfigurationsIterable responses = client.listEnvironmentBlueprintConfigurationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintConfigurationsIterable responses = client .listEnvironmentBlueprintConfigurationsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintConfigurationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintConfigurationsIterable responses = client.listEnvironmentBlueprintConfigurationsPaginator(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
listEnvironmentBlueprintConfigurations(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintConfigurationsRequest)operation.
This is a convenience which creates an instance of the
ListEnvironmentBlueprintConfigurationsRequest.Builderavoiding the need to create one manually viaListEnvironmentBlueprintConfigurationsRequest.builder()- Parameters:
listEnvironmentBlueprintConfigurationsRequest- AConsumerthat will call methods onListEnvironmentBlueprintConfigurationsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprints
default ListEnvironmentBlueprintsResponse listEnvironmentBlueprints(ListEnvironmentBlueprintsRequest listEnvironmentBlueprintsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists blueprints in an Amazon DataZone environment.
- Parameters:
listEnvironmentBlueprintsRequest-- Returns:
- Result of the ListEnvironmentBlueprints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprints
default ListEnvironmentBlueprintsResponse listEnvironmentBlueprints(Consumer<ListEnvironmentBlueprintsRequest.Builder> listEnvironmentBlueprintsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists blueprints in an Amazon DataZone environment.
This is a convenience which creates an instance of the
ListEnvironmentBlueprintsRequest.Builderavoiding the need to create one manually viaListEnvironmentBlueprintsRequest.builder()- Parameters:
listEnvironmentBlueprintsRequest- AConsumerthat will call methods onListEnvironmentBlueprintsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentBlueprints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprintsPaginator
default ListEnvironmentBlueprintsIterable listEnvironmentBlueprintsPaginator(ListEnvironmentBlueprintsRequest listEnvironmentBlueprintsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentBlueprints(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintsIterable responses = client.listEnvironmentBlueprintsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintsIterable responses = client .listEnvironmentBlueprintsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintsIterable responses = client.listEnvironmentBlueprintsPaginator(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
listEnvironmentBlueprints(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintsRequest)operation.- Parameters:
listEnvironmentBlueprintsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentBlueprintsPaginator
default ListEnvironmentBlueprintsIterable listEnvironmentBlueprintsPaginator(Consumer<ListEnvironmentBlueprintsRequest.Builder> listEnvironmentBlueprintsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentBlueprints(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintsIterable responses = client.listEnvironmentBlueprintsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintsIterable responses = client .listEnvironmentBlueprintsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentBlueprintsIterable responses = client.listEnvironmentBlueprintsPaginator(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
listEnvironmentBlueprints(software.amazon.awssdk.services.datazone.model.ListEnvironmentBlueprintsRequest)operation.
This is a convenience which creates an instance of the
ListEnvironmentBlueprintsRequest.Builderavoiding the need to create one manually viaListEnvironmentBlueprintsRequest.builder()- Parameters:
listEnvironmentBlueprintsRequest- AConsumerthat will call methods onListEnvironmentBlueprintsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProfiles
default ListEnvironmentProfilesResponse listEnvironmentProfiles(ListEnvironmentProfilesRequest listEnvironmentProfilesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone environment profiles.
- Parameters:
listEnvironmentProfilesRequest-- Returns:
- Result of the ListEnvironmentProfiles operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProfiles
default ListEnvironmentProfilesResponse listEnvironmentProfiles(Consumer<ListEnvironmentProfilesRequest.Builder> listEnvironmentProfilesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone environment profiles.
This is a convenience which creates an instance of the
ListEnvironmentProfilesRequest.Builderavoiding the need to create one manually viaListEnvironmentProfilesRequest.builder()- Parameters:
listEnvironmentProfilesRequest- AConsumerthat will call methods onListEnvironmentProfilesRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentProfiles operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProfilesPaginator
default ListEnvironmentProfilesIterable listEnvironmentProfilesPaginator(ListEnvironmentProfilesRequest listEnvironmentProfilesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentProfiles(software.amazon.awssdk.services.datazone.model.ListEnvironmentProfilesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentProfilesIterable responses = client.listEnvironmentProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentProfilesIterable responses = client .listEnvironmentProfilesPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentProfilesIterable responses = client.listEnvironmentProfilesPaginator(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
listEnvironmentProfiles(software.amazon.awssdk.services.datazone.model.ListEnvironmentProfilesRequest)operation.- Parameters:
listEnvironmentProfilesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProfilesPaginator
default ListEnvironmentProfilesIterable listEnvironmentProfilesPaginator(Consumer<ListEnvironmentProfilesRequest.Builder> listEnvironmentProfilesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironmentProfiles(software.amazon.awssdk.services.datazone.model.ListEnvironmentProfilesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentProfilesIterable responses = client.listEnvironmentProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentProfilesIterable responses = client .listEnvironmentProfilesPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentProfilesIterable responses = client.listEnvironmentProfilesPaginator(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
listEnvironmentProfiles(software.amazon.awssdk.services.datazone.model.ListEnvironmentProfilesRequest)operation.
This is a convenience which creates an instance of the
ListEnvironmentProfilesRequest.Builderavoiding the need to create one manually viaListEnvironmentProfilesRequest.builder()- Parameters:
listEnvironmentProfilesRequest- AConsumerthat will call methods onListEnvironmentProfilesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironments
default ListEnvironmentsResponse listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone environments.
- Parameters:
listEnvironmentsRequest-- Returns:
- Result of the ListEnvironments operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironments
default ListEnvironmentsResponse listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone environments.
This is a convenience which creates an instance of the
ListEnvironmentsRequest.Builderavoiding the need to create one manually viaListEnvironmentsRequest.builder()- Parameters:
listEnvironmentsRequest- AConsumerthat will call methods onListEnvironmentsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironments operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentsPaginator
default ListEnvironmentsIterable listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironments(software.amazon.awssdk.services.datazone.model.ListEnvironmentsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentsIterable responses = client .listEnvironmentsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(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
listEnvironments(software.amazon.awssdk.services.datazone.model.ListEnvironmentsRequest)operation.- Parameters:
listEnvironmentsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentsPaginator
default ListEnvironmentsIterable listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listEnvironments(software.amazon.awssdk.services.datazone.model.ListEnvironmentsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListEnvironmentsIterable responses = client .listEnvironmentsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListEnvironmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(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
listEnvironments(software.amazon.awssdk.services.datazone.model.ListEnvironmentsRequest)operation.
This is a convenience which creates an instance of the
ListEnvironmentsRequest.Builderavoiding the need to create one manually viaListEnvironmentsRequest.builder()- Parameters:
listEnvironmentsRequest- AConsumerthat will call methods onListEnvironmentsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLineageNodeHistory
default ListLineageNodeHistoryResponse listLineageNodeHistory(ListLineageNodeHistoryRequest listLineageNodeHistoryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists the history of the specified data lineage node.
- Parameters:
listLineageNodeHistoryRequest-- Returns:
- Result of the ListLineageNodeHistory operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLineageNodeHistory
default ListLineageNodeHistoryResponse listLineageNodeHistory(Consumer<ListLineageNodeHistoryRequest.Builder> listLineageNodeHistoryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists the history of the specified data lineage node.
This is a convenience which creates an instance of the
ListLineageNodeHistoryRequest.Builderavoiding the need to create one manually viaListLineageNodeHistoryRequest.builder()- Parameters:
listLineageNodeHistoryRequest- AConsumerthat will call methods onListLineageNodeHistoryRequest.Builderto create a request.- Returns:
- Result of the ListLineageNodeHistory operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLineageNodeHistoryPaginator
default ListLineageNodeHistoryIterable listLineageNodeHistoryPaginator(ListLineageNodeHistoryRequest listLineageNodeHistoryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listLineageNodeHistory(software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListLineageNodeHistoryIterable responses = client.listLineageNodeHistoryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListLineageNodeHistoryIterable responses = client .listLineageNodeHistoryPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListLineageNodeHistoryIterable responses = client.listLineageNodeHistoryPaginator(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
listLineageNodeHistory(software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryRequest)operation.- Parameters:
listLineageNodeHistoryRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLineageNodeHistoryPaginator
default ListLineageNodeHistoryIterable listLineageNodeHistoryPaginator(Consumer<ListLineageNodeHistoryRequest.Builder> listLineageNodeHistoryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listLineageNodeHistory(software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListLineageNodeHistoryIterable responses = client.listLineageNodeHistoryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListLineageNodeHistoryIterable responses = client .listLineageNodeHistoryPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListLineageNodeHistoryIterable responses = client.listLineageNodeHistoryPaginator(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
listLineageNodeHistory(software.amazon.awssdk.services.datazone.model.ListLineageNodeHistoryRequest)operation.
This is a convenience which creates an instance of the
ListLineageNodeHistoryRequest.Builderavoiding the need to create one manually viaListLineageNodeHistoryRequest.builder()- Parameters:
listLineageNodeHistoryRequest- AConsumerthat will call methods onListLineageNodeHistoryRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMetadataGenerationRuns
default ListMetadataGenerationRunsResponse listMetadataGenerationRuns(ListMetadataGenerationRunsRequest listMetadataGenerationRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists all metadata generation runs.
- Parameters:
listMetadataGenerationRunsRequest-- Returns:
- Result of the ListMetadataGenerationRuns operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMetadataGenerationRuns
default ListMetadataGenerationRunsResponse listMetadataGenerationRuns(Consumer<ListMetadataGenerationRunsRequest.Builder> listMetadataGenerationRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists all metadata generation runs.
This is a convenience which creates an instance of the
ListMetadataGenerationRunsRequest.Builderavoiding the need to create one manually viaListMetadataGenerationRunsRequest.builder()- Parameters:
listMetadataGenerationRunsRequest- AConsumerthat will call methods onListMetadataGenerationRunsRequest.Builderto create a request.- Returns:
- Result of the ListMetadataGenerationRuns operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMetadataGenerationRunsPaginator
default ListMetadataGenerationRunsIterable listMetadataGenerationRunsPaginator(ListMetadataGenerationRunsRequest listMetadataGenerationRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listMetadataGenerationRuns(software.amazon.awssdk.services.datazone.model.ListMetadataGenerationRunsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListMetadataGenerationRunsIterable responses = client.listMetadataGenerationRunsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListMetadataGenerationRunsIterable responses = client .listMetadataGenerationRunsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListMetadataGenerationRunsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListMetadataGenerationRunsIterable responses = client.listMetadataGenerationRunsPaginator(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
listMetadataGenerationRuns(software.amazon.awssdk.services.datazone.model.ListMetadataGenerationRunsRequest)operation.- Parameters:
listMetadataGenerationRunsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listMetadataGenerationRunsPaginator
default ListMetadataGenerationRunsIterable listMetadataGenerationRunsPaginator(Consumer<ListMetadataGenerationRunsRequest.Builder> listMetadataGenerationRunsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listMetadataGenerationRuns(software.amazon.awssdk.services.datazone.model.ListMetadataGenerationRunsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListMetadataGenerationRunsIterable responses = client.listMetadataGenerationRunsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListMetadataGenerationRunsIterable responses = client .listMetadataGenerationRunsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListMetadataGenerationRunsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListMetadataGenerationRunsIterable responses = client.listMetadataGenerationRunsPaginator(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
listMetadataGenerationRuns(software.amazon.awssdk.services.datazone.model.ListMetadataGenerationRunsRequest)operation.
This is a convenience which creates an instance of the
ListMetadataGenerationRunsRequest.Builderavoiding the need to create one manually viaListMetadataGenerationRunsRequest.builder()- Parameters:
listMetadataGenerationRunsRequest- AConsumerthat will call methods onListMetadataGenerationRunsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listNotifications
default ListNotificationsResponse listNotifications(ListNotificationsRequest listNotificationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists all Amazon DataZone notifications.
- Parameters:
listNotificationsRequest-- Returns:
- Result of the ListNotifications operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listNotifications
default ListNotificationsResponse listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists all Amazon DataZone notifications.
This is a convenience which creates an instance of the
ListNotificationsRequest.Builderavoiding the need to create one manually viaListNotificationsRequest.builder()- Parameters:
listNotificationsRequest- AConsumerthat will call methods onListNotificationsRequest.Builderto create a request.- Returns:
- Result of the ListNotifications operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listNotificationsPaginator
default ListNotificationsIterable listNotificationsPaginator(ListNotificationsRequest listNotificationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listNotifications(software.amazon.awssdk.services.datazone.model.ListNotificationsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListNotificationsIterable responses = client .listNotificationsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListNotificationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(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
listNotifications(software.amazon.awssdk.services.datazone.model.ListNotificationsRequest)operation.- Parameters:
listNotificationsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listNotificationsPaginator
default ListNotificationsIterable listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listNotifications(software.amazon.awssdk.services.datazone.model.ListNotificationsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListNotificationsIterable responses = client .listNotificationsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListNotificationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(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
listNotifications(software.amazon.awssdk.services.datazone.model.ListNotificationsRequest)operation.
This is a convenience which creates an instance of the
ListNotificationsRequest.Builderavoiding the need to create one manually viaListNotificationsRequest.builder()- Parameters:
listNotificationsRequest- AConsumerthat will call methods onListNotificationsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjectMemberships
default ListProjectMembershipsResponse listProjectMemberships(ListProjectMembershipsRequest listProjectMembershipsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists all members of the specified project.
- Parameters:
listProjectMembershipsRequest-- Returns:
- Result of the ListProjectMemberships operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjectMemberships
default ListProjectMembershipsResponse listProjectMemberships(Consumer<ListProjectMembershipsRequest.Builder> listProjectMembershipsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists all members of the specified project.
This is a convenience which creates an instance of the
ListProjectMembershipsRequest.Builderavoiding the need to create one manually viaListProjectMembershipsRequest.builder()- Parameters:
listProjectMembershipsRequest- AConsumerthat will call methods onListProjectMembershipsRequest.Builderto create a request.- Returns:
- Result of the ListProjectMemberships operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjectMembershipsPaginator
default ListProjectMembershipsIterable listProjectMembershipsPaginator(ListProjectMembershipsRequest listProjectMembershipsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listProjectMemberships(software.amazon.awssdk.services.datazone.model.ListProjectMembershipsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListProjectMembershipsIterable responses = client.listProjectMembershipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListProjectMembershipsIterable responses = client .listProjectMembershipsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListProjectMembershipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListProjectMembershipsIterable responses = client.listProjectMembershipsPaginator(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
listProjectMemberships(software.amazon.awssdk.services.datazone.model.ListProjectMembershipsRequest)operation.- Parameters:
listProjectMembershipsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjectMembershipsPaginator
default ListProjectMembershipsIterable listProjectMembershipsPaginator(Consumer<ListProjectMembershipsRequest.Builder> listProjectMembershipsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listProjectMemberships(software.amazon.awssdk.services.datazone.model.ListProjectMembershipsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListProjectMembershipsIterable responses = client.listProjectMembershipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListProjectMembershipsIterable responses = client .listProjectMembershipsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListProjectMembershipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListProjectMembershipsIterable responses = client.listProjectMembershipsPaginator(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
listProjectMemberships(software.amazon.awssdk.services.datazone.model.ListProjectMembershipsRequest)operation.
This is a convenience which creates an instance of the
ListProjectMembershipsRequest.Builderavoiding the need to create one manually viaListProjectMembershipsRequest.builder()- Parameters:
listProjectMembershipsRequest- AConsumerthat will call methods onListProjectMembershipsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjects
default ListProjectsResponse listProjects(ListProjectsRequest listProjectsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone projects.
- Parameters:
listProjectsRequest-- Returns:
- Result of the ListProjects operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjects
default ListProjectsResponse listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone projects.
This is a convenience which creates an instance of the
ListProjectsRequest.Builderavoiding the need to create one manually viaListProjectsRequest.builder()- Parameters:
listProjectsRequest- AConsumerthat will call methods onListProjectsRequest.Builderto create a request.- Returns:
- Result of the ListProjects operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjectsPaginator
default ListProjectsIterable listProjectsPaginator(ListProjectsRequest listProjectsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listProjects(software.amazon.awssdk.services.datazone.model.ListProjectsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListProjectsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListProjectsIterable responses = client.listProjectsPaginator(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
listProjects(software.amazon.awssdk.services.datazone.model.ListProjectsRequest)operation.- Parameters:
listProjectsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listProjectsPaginator
default ListProjectsIterable listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listProjects(software.amazon.awssdk.services.datazone.model.ListProjectsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListProjectsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListProjectsIterable responses = client.listProjectsPaginator(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
listProjects(software.amazon.awssdk.services.datazone.model.ListProjectsRequest)operation.
This is a convenience which creates an instance of the
ListProjectsRequest.Builderavoiding the need to create one manually viaListProjectsRequest.builder()- Parameters:
listProjectsRequest- AConsumerthat will call methods onListProjectsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionGrants
default ListSubscriptionGrantsResponse listSubscriptionGrants(ListSubscriptionGrantsRequest listSubscriptionGrantsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists subscription grants.
- Parameters:
listSubscriptionGrantsRequest-- Returns:
- Result of the ListSubscriptionGrants operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionGrants
default ListSubscriptionGrantsResponse listSubscriptionGrants(Consumer<ListSubscriptionGrantsRequest.Builder> listSubscriptionGrantsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists subscription grants.
This is a convenience which creates an instance of the
ListSubscriptionGrantsRequest.Builderavoiding the need to create one manually viaListSubscriptionGrantsRequest.builder()- Parameters:
listSubscriptionGrantsRequest- AConsumerthat will call methods onListSubscriptionGrantsRequest.Builderto create a request.- Returns:
- Result of the ListSubscriptionGrants operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionGrantsPaginator
default ListSubscriptionGrantsIterable listSubscriptionGrantsPaginator(ListSubscriptionGrantsRequest listSubscriptionGrantsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptionGrants(software.amazon.awssdk.services.datazone.model.ListSubscriptionGrantsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionGrantsIterable responses = client.listSubscriptionGrantsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionGrantsIterable responses = client .listSubscriptionGrantsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionGrantsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionGrantsIterable responses = client.listSubscriptionGrantsPaginator(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
listSubscriptionGrants(software.amazon.awssdk.services.datazone.model.ListSubscriptionGrantsRequest)operation.- Parameters:
listSubscriptionGrantsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionGrantsPaginator
default ListSubscriptionGrantsIterable listSubscriptionGrantsPaginator(Consumer<ListSubscriptionGrantsRequest.Builder> listSubscriptionGrantsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptionGrants(software.amazon.awssdk.services.datazone.model.ListSubscriptionGrantsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionGrantsIterable responses = client.listSubscriptionGrantsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionGrantsIterable responses = client .listSubscriptionGrantsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionGrantsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionGrantsIterable responses = client.listSubscriptionGrantsPaginator(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
listSubscriptionGrants(software.amazon.awssdk.services.datazone.model.ListSubscriptionGrantsRequest)operation.
This is a convenience which creates an instance of the
ListSubscriptionGrantsRequest.Builderavoiding the need to create one manually viaListSubscriptionGrantsRequest.builder()- Parameters:
listSubscriptionGrantsRequest- AConsumerthat will call methods onListSubscriptionGrantsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionRequests
default ListSubscriptionRequestsResponse listSubscriptionRequests(ListSubscriptionRequestsRequest listSubscriptionRequestsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone subscription requests.
- Parameters:
listSubscriptionRequestsRequest-- Returns:
- Result of the ListSubscriptionRequests operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionRequests
default ListSubscriptionRequestsResponse listSubscriptionRequests(Consumer<ListSubscriptionRequestsRequest.Builder> listSubscriptionRequestsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists Amazon DataZone subscription requests.
This is a convenience which creates an instance of the
ListSubscriptionRequestsRequest.Builderavoiding the need to create one manually viaListSubscriptionRequestsRequest.builder()- Parameters:
listSubscriptionRequestsRequest- AConsumerthat will call methods onListSubscriptionRequestsRequest.Builderto create a request.- Returns:
- Result of the ListSubscriptionRequests operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionRequestsPaginator
default ListSubscriptionRequestsIterable listSubscriptionRequestsPaginator(ListSubscriptionRequestsRequest listSubscriptionRequestsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptionRequests(software.amazon.awssdk.services.datazone.model.ListSubscriptionRequestsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionRequestsIterable responses = client.listSubscriptionRequestsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionRequestsIterable responses = client .listSubscriptionRequestsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionRequestsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionRequestsIterable responses = client.listSubscriptionRequestsPaginator(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
listSubscriptionRequests(software.amazon.awssdk.services.datazone.model.ListSubscriptionRequestsRequest)operation.- Parameters:
listSubscriptionRequestsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionRequestsPaginator
default ListSubscriptionRequestsIterable listSubscriptionRequestsPaginator(Consumer<ListSubscriptionRequestsRequest.Builder> listSubscriptionRequestsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptionRequests(software.amazon.awssdk.services.datazone.model.ListSubscriptionRequestsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionRequestsIterable responses = client.listSubscriptionRequestsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionRequestsIterable responses = client .listSubscriptionRequestsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionRequestsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionRequestsIterable responses = client.listSubscriptionRequestsPaginator(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
listSubscriptionRequests(software.amazon.awssdk.services.datazone.model.ListSubscriptionRequestsRequest)operation.
This is a convenience which creates an instance of the
ListSubscriptionRequestsRequest.Builderavoiding the need to create one manually viaListSubscriptionRequestsRequest.builder()- Parameters:
listSubscriptionRequestsRequest- AConsumerthat will call methods onListSubscriptionRequestsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionTargets
default ListSubscriptionTargetsResponse listSubscriptionTargets(ListSubscriptionTargetsRequest listSubscriptionTargetsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists subscription targets in Amazon DataZone.
- Parameters:
listSubscriptionTargetsRequest-- Returns:
- Result of the ListSubscriptionTargets operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionTargets
default ListSubscriptionTargetsResponse listSubscriptionTargets(Consumer<ListSubscriptionTargetsRequest.Builder> listSubscriptionTargetsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists subscription targets in Amazon DataZone.
This is a convenience which creates an instance of the
ListSubscriptionTargetsRequest.Builderavoiding the need to create one manually viaListSubscriptionTargetsRequest.builder()- Parameters:
listSubscriptionTargetsRequest- AConsumerthat will call methods onListSubscriptionTargetsRequest.Builderto create a request.- Returns:
- Result of the ListSubscriptionTargets operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionTargetsPaginator
default ListSubscriptionTargetsIterable listSubscriptionTargetsPaginator(ListSubscriptionTargetsRequest listSubscriptionTargetsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptionTargets(software.amazon.awssdk.services.datazone.model.ListSubscriptionTargetsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionTargetsIterable responses = client.listSubscriptionTargetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionTargetsIterable responses = client .listSubscriptionTargetsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionTargetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionTargetsIterable responses = client.listSubscriptionTargetsPaginator(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
listSubscriptionTargets(software.amazon.awssdk.services.datazone.model.ListSubscriptionTargetsRequest)operation.- Parameters:
listSubscriptionTargetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionTargetsPaginator
default ListSubscriptionTargetsIterable listSubscriptionTargetsPaginator(Consumer<ListSubscriptionTargetsRequest.Builder> listSubscriptionTargetsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptionTargets(software.amazon.awssdk.services.datazone.model.ListSubscriptionTargetsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionTargetsIterable responses = client.listSubscriptionTargetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionTargetsIterable responses = client .listSubscriptionTargetsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionTargetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionTargetsIterable responses = client.listSubscriptionTargetsPaginator(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
listSubscriptionTargets(software.amazon.awssdk.services.datazone.model.ListSubscriptionTargetsRequest)operation.
This is a convenience which creates an instance of the
ListSubscriptionTargetsRequest.Builderavoiding the need to create one manually viaListSubscriptionTargetsRequest.builder()- Parameters:
listSubscriptionTargetsRequest- AConsumerthat will call methods onListSubscriptionTargetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptions
default ListSubscriptionsResponse listSubscriptions(ListSubscriptionsRequest listSubscriptionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists subscriptions in Amazon DataZone.
- Parameters:
listSubscriptionsRequest-- Returns:
- Result of the ListSubscriptions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptions
default ListSubscriptionsResponse listSubscriptions(Consumer<ListSubscriptionsRequest.Builder> listSubscriptionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists subscriptions in Amazon DataZone.
This is a convenience which creates an instance of the
ListSubscriptionsRequest.Builderavoiding the need to create one manually viaListSubscriptionsRequest.builder()- Parameters:
listSubscriptionsRequest- AConsumerthat will call methods onListSubscriptionsRequest.Builderto create a request.- Returns:
- Result of the ListSubscriptions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionsPaginator
default ListSubscriptionsIterable listSubscriptionsPaginator(ListSubscriptionsRequest listSubscriptionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptions(software.amazon.awssdk.services.datazone.model.ListSubscriptionsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionsIterable responses = client.listSubscriptionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionsIterable responses = client .listSubscriptionsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionsIterable responses = client.listSubscriptionsPaginator(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
listSubscriptions(software.amazon.awssdk.services.datazone.model.ListSubscriptionsRequest)operation.- Parameters:
listSubscriptionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSubscriptionsPaginator
default ListSubscriptionsIterable listSubscriptionsPaginator(Consumer<ListSubscriptionsRequest.Builder> listSubscriptionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listSubscriptions(software.amazon.awssdk.services.datazone.model.ListSubscriptionsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionsIterable responses = client.listSubscriptionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListSubscriptionsIterable responses = client .listSubscriptionsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListSubscriptionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListSubscriptionsIterable responses = client.listSubscriptionsPaginator(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
listSubscriptions(software.amazon.awssdk.services.datazone.model.ListSubscriptionsRequest)operation.
This is a convenience which creates an instance of the
ListSubscriptionsRequest.Builderavoiding the need to create one manually viaListSubscriptionsRequest.builder()- Parameters:
listSubscriptionsRequest- AConsumerthat will call methods onListSubscriptionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists tags for the specified resource in Amazon DataZone.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists tags for the specified resource in Amazon DataZone.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTimeSeriesDataPoints
default ListTimeSeriesDataPointsResponse listTimeSeriesDataPoints(ListTimeSeriesDataPointsRequest listTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists time series data points.
- Parameters:
listTimeSeriesDataPointsRequest-- Returns:
- Result of the ListTimeSeriesDataPoints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTimeSeriesDataPoints
default ListTimeSeriesDataPointsResponse listTimeSeriesDataPoints(Consumer<ListTimeSeriesDataPointsRequest.Builder> listTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Lists time series data points.
This is a convenience which creates an instance of the
ListTimeSeriesDataPointsRequest.Builderavoiding the need to create one manually viaListTimeSeriesDataPointsRequest.builder()- Parameters:
listTimeSeriesDataPointsRequest- AConsumerthat will call methods onListTimeSeriesDataPointsRequest.Builderto create a request.- Returns:
- Result of the ListTimeSeriesDataPoints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTimeSeriesDataPointsPaginator
default ListTimeSeriesDataPointsIterable listTimeSeriesDataPointsPaginator(ListTimeSeriesDataPointsRequest listTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listTimeSeriesDataPoints(software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListTimeSeriesDataPointsIterable responses = client.listTimeSeriesDataPointsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListTimeSeriesDataPointsIterable responses = client .listTimeSeriesDataPointsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListTimeSeriesDataPointsIterable responses = client.listTimeSeriesDataPointsPaginator(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
listTimeSeriesDataPoints(software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsRequest)operation.- Parameters:
listTimeSeriesDataPointsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTimeSeriesDataPointsPaginator
default ListTimeSeriesDataPointsIterable listTimeSeriesDataPointsPaginator(Consumer<ListTimeSeriesDataPointsRequest.Builder> listTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
listTimeSeriesDataPoints(software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.ListTimeSeriesDataPointsIterable responses = client.listTimeSeriesDataPointsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.ListTimeSeriesDataPointsIterable responses = client .listTimeSeriesDataPointsPaginator(request); for (software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.ListTimeSeriesDataPointsIterable responses = client.listTimeSeriesDataPointsPaginator(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
listTimeSeriesDataPoints(software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsRequest)operation.
This is a convenience which creates an instance of the
ListTimeSeriesDataPointsRequest.Builderavoiding the need to create one manually viaListTimeSeriesDataPointsRequest.builder()- Parameters:
listTimeSeriesDataPointsRequest- AConsumerthat will call methods onListTimeSeriesDataPointsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
postLineageEvent
default PostLineageEventResponse postLineageEvent(PostLineageEventRequest postLineageEventRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Posts a data lineage event.
- Parameters:
postLineageEventRequest-- Returns:
- Result of the PostLineageEvent operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
postLineageEvent
default PostLineageEventResponse postLineageEvent(Consumer<PostLineageEventRequest.Builder> postLineageEventRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Posts a data lineage event.
This is a convenience which creates an instance of the
PostLineageEventRequest.Builderavoiding the need to create one manually viaPostLineageEventRequest.builder()- Parameters:
postLineageEventRequest- AConsumerthat will call methods onPostLineageEventRequest.Builderto create a request.- Returns:
- Result of the PostLineageEvent operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
postTimeSeriesDataPoints
default PostTimeSeriesDataPointsResponse postTimeSeriesDataPoints(PostTimeSeriesDataPointsRequest postTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Posts time series data points to Amazon DataZone for the specified asset.
- Parameters:
postTimeSeriesDataPointsRequest-- Returns:
- Result of the PostTimeSeriesDataPoints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
postTimeSeriesDataPoints
default PostTimeSeriesDataPointsResponse postTimeSeriesDataPoints(Consumer<PostTimeSeriesDataPointsRequest.Builder> postTimeSeriesDataPointsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Posts time series data points to Amazon DataZone for the specified asset.
This is a convenience which creates an instance of the
PostTimeSeriesDataPointsRequest.Builderavoiding the need to create one manually viaPostTimeSeriesDataPointsRequest.builder()- Parameters:
postTimeSeriesDataPointsRequest- AConsumerthat will call methods onPostTimeSeriesDataPointsRequest.Builderto create a request.- Returns:
- Result of the PostTimeSeriesDataPoints operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
putEnvironmentBlueprintConfiguration
default PutEnvironmentBlueprintConfigurationResponse putEnvironmentBlueprintConfiguration(PutEnvironmentBlueprintConfigurationRequest putEnvironmentBlueprintConfigurationRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Writes the configuration for the specified environment blueprint in Amazon DataZone.
- Parameters:
putEnvironmentBlueprintConfigurationRequest-- Returns:
- Result of the PutEnvironmentBlueprintConfiguration operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
putEnvironmentBlueprintConfiguration
default PutEnvironmentBlueprintConfigurationResponse putEnvironmentBlueprintConfiguration(Consumer<PutEnvironmentBlueprintConfigurationRequest.Builder> putEnvironmentBlueprintConfigurationRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Writes the configuration for the specified environment blueprint in Amazon DataZone.
This is a convenience which creates an instance of the
PutEnvironmentBlueprintConfigurationRequest.Builderavoiding the need to create one manually viaPutEnvironmentBlueprintConfigurationRequest.builder()- Parameters:
putEnvironmentBlueprintConfigurationRequest- AConsumerthat will call methods onPutEnvironmentBlueprintConfigurationRequest.Builderto create a request.- Returns:
- Result of the PutEnvironmentBlueprintConfiguration operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
rejectPredictions
default RejectPredictionsResponse rejectPredictions(RejectPredictionsRequest rejectPredictionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
- Parameters:
rejectPredictionsRequest-- Returns:
- Result of the RejectPredictions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
rejectPredictions
default RejectPredictionsResponse rejectPredictions(Consumer<RejectPredictionsRequest.Builder> rejectPredictionsRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
This is a convenience which creates an instance of the
RejectPredictionsRequest.Builderavoiding the need to create one manually viaRejectPredictionsRequest.builder()- Parameters:
rejectPredictionsRequest- AConsumerthat will call methods onRejectPredictionsRequest.Builderto create a request.- Returns:
- Result of the RejectPredictions operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
rejectSubscriptionRequest
default RejectSubscriptionRequestResponse rejectSubscriptionRequest(RejectSubscriptionRequestRequest rejectSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Rejects the specified subscription request.
- Parameters:
rejectSubscriptionRequestRequest-- Returns:
- Result of the RejectSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
rejectSubscriptionRequest
default RejectSubscriptionRequestResponse rejectSubscriptionRequest(Consumer<RejectSubscriptionRequestRequest.Builder> rejectSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Rejects the specified subscription request.
This is a convenience which creates an instance of the
RejectSubscriptionRequestRequest.Builderavoiding the need to create one manually viaRejectSubscriptionRequestRequest.builder()- Parameters:
rejectSubscriptionRequestRequest- AConsumerthat will call methods onRejectSubscriptionRequestRequest.Builderto create a request.- Returns:
- Result of the RejectSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
revokeSubscription
default RevokeSubscriptionResponse revokeSubscription(RevokeSubscriptionRequest revokeSubscriptionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Revokes a specified subscription in Amazon DataZone.
- Parameters:
revokeSubscriptionRequest-- Returns:
- Result of the RevokeSubscription operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
revokeSubscription
default RevokeSubscriptionResponse revokeSubscription(Consumer<RevokeSubscriptionRequest.Builder> revokeSubscriptionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Revokes a specified subscription in Amazon DataZone.
This is a convenience which creates an instance of the
RevokeSubscriptionRequest.Builderavoiding the need to create one manually viaRevokeSubscriptionRequest.builder()- Parameters:
revokeSubscriptionRequest- AConsumerthat will call methods onRevokeSubscriptionRequest.Builderto create a request.- Returns:
- Result of the RevokeSubscription operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
search
default SearchResponse search(SearchRequest searchRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches for assets in Amazon DataZone.
- Parameters:
searchRequest-- Returns:
- Result of the Search operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
search
default SearchResponse search(Consumer<SearchRequest.Builder> searchRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches for assets in Amazon DataZone.
This is a convenience which creates an instance of the
SearchRequest.Builderavoiding the need to create one manually viaSearchRequest.builder()- Parameters:
searchRequest- AConsumerthat will call methods onSearchRequest.Builderto create a request.- Returns:
- Result of the Search operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchPaginator
default SearchIterable searchPaginator(SearchRequest searchRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
search(software.amazon.awssdk.services.datazone.model.SearchRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchIterable responses = client.searchPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchIterable responses = client.searchPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchIterable responses = client.searchPaginator(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
search(software.amazon.awssdk.services.datazone.model.SearchRequest)operation.- Parameters:
searchRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchPaginator
default SearchIterable searchPaginator(Consumer<SearchRequest.Builder> searchRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
search(software.amazon.awssdk.services.datazone.model.SearchRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchIterable responses = client.searchPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchIterable responses = client.searchPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchIterable responses = client.searchPaginator(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
search(software.amazon.awssdk.services.datazone.model.SearchRequest)operation.
This is a convenience which creates an instance of the
SearchRequest.Builderavoiding the need to create one manually viaSearchRequest.builder()- Parameters:
searchRequest- AConsumerthat will call methods onSearchRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchGroupProfiles
default SearchGroupProfilesResponse searchGroupProfiles(SearchGroupProfilesRequest searchGroupProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches group profiles in Amazon DataZone.
- Parameters:
searchGroupProfilesRequest-- Returns:
- Result of the SearchGroupProfiles operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchGroupProfiles
default SearchGroupProfilesResponse searchGroupProfiles(Consumer<SearchGroupProfilesRequest.Builder> searchGroupProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches group profiles in Amazon DataZone.
This is a convenience which creates an instance of the
SearchGroupProfilesRequest.Builderavoiding the need to create one manually viaSearchGroupProfilesRequest.builder()- Parameters:
searchGroupProfilesRequest- AConsumerthat will call methods onSearchGroupProfilesRequest.Builderto create a request.- Returns:
- Result of the SearchGroupProfiles operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchGroupProfilesPaginator
default SearchGroupProfilesIterable searchGroupProfilesPaginator(SearchGroupProfilesRequest searchGroupProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchGroupProfiles(software.amazon.awssdk.services.datazone.model.SearchGroupProfilesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchGroupProfilesIterable responses = client.searchGroupProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchGroupProfilesIterable responses = client .searchGroupProfilesPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchGroupProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchGroupProfilesIterable responses = client.searchGroupProfilesPaginator(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
searchGroupProfiles(software.amazon.awssdk.services.datazone.model.SearchGroupProfilesRequest)operation.- Parameters:
searchGroupProfilesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchGroupProfilesPaginator
default SearchGroupProfilesIterable searchGroupProfilesPaginator(Consumer<SearchGroupProfilesRequest.Builder> searchGroupProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchGroupProfiles(software.amazon.awssdk.services.datazone.model.SearchGroupProfilesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchGroupProfilesIterable responses = client.searchGroupProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchGroupProfilesIterable responses = client .searchGroupProfilesPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchGroupProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchGroupProfilesIterable responses = client.searchGroupProfilesPaginator(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
searchGroupProfiles(software.amazon.awssdk.services.datazone.model.SearchGroupProfilesRequest)operation.
This is a convenience which creates an instance of the
SearchGroupProfilesRequest.Builderavoiding the need to create one manually viaSearchGroupProfilesRequest.builder()- Parameters:
searchGroupProfilesRequest- AConsumerthat will call methods onSearchGroupProfilesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchListings
default SearchListingsResponse searchListings(SearchListingsRequest searchListingsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches listings (records of an asset at a given time) in Amazon DataZone.
- Parameters:
searchListingsRequest-- Returns:
- Result of the SearchListings operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchListings
default SearchListingsResponse searchListings(Consumer<SearchListingsRequest.Builder> searchListingsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches listings (records of an asset at a given time) in Amazon DataZone.
This is a convenience which creates an instance of the
SearchListingsRequest.Builderavoiding the need to create one manually viaSearchListingsRequest.builder()- Parameters:
searchListingsRequest- AConsumerthat will call methods onSearchListingsRequest.Builderto create a request.- Returns:
- Result of the SearchListings operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchListingsPaginator
default SearchListingsIterable searchListingsPaginator(SearchListingsRequest searchListingsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchListings(software.amazon.awssdk.services.datazone.model.SearchListingsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchListingsIterable responses = client.searchListingsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchListingsIterable responses = client .searchListingsPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchListingsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchListingsIterable responses = client.searchListingsPaginator(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
searchListings(software.amazon.awssdk.services.datazone.model.SearchListingsRequest)operation.- Parameters:
searchListingsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchListingsPaginator
default SearchListingsIterable searchListingsPaginator(Consumer<SearchListingsRequest.Builder> searchListingsRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchListings(software.amazon.awssdk.services.datazone.model.SearchListingsRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchListingsIterable responses = client.searchListingsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchListingsIterable responses = client .searchListingsPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchListingsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchListingsIterable responses = client.searchListingsPaginator(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
searchListings(software.amazon.awssdk.services.datazone.model.SearchListingsRequest)operation.
This is a convenience which creates an instance of the
SearchListingsRequest.Builderavoiding the need to create one manually viaSearchListingsRequest.builder()- Parameters:
searchListingsRequest- AConsumerthat will call methods onSearchListingsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchTypes
default SearchTypesResponse searchTypes(SearchTypesRequest searchTypesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches for types in Amazon DataZone.
- Parameters:
searchTypesRequest-- Returns:
- Result of the SearchTypes operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchTypes
default SearchTypesResponse searchTypes(Consumer<SearchTypesRequest.Builder> searchTypesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches for types in Amazon DataZone.
This is a convenience which creates an instance of the
SearchTypesRequest.Builderavoiding the need to create one manually viaSearchTypesRequest.builder()- Parameters:
searchTypesRequest- AConsumerthat will call methods onSearchTypesRequest.Builderto create a request.- Returns:
- Result of the SearchTypes operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchTypesPaginator
default SearchTypesIterable searchTypesPaginator(SearchTypesRequest searchTypesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchTypes(software.amazon.awssdk.services.datazone.model.SearchTypesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchTypesIterable responses = client.searchTypesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchTypesIterable responses = client.searchTypesPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchTypesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchTypesIterable responses = client.searchTypesPaginator(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
searchTypes(software.amazon.awssdk.services.datazone.model.SearchTypesRequest)operation.- Parameters:
searchTypesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchTypesPaginator
default SearchTypesIterable searchTypesPaginator(Consumer<SearchTypesRequest.Builder> searchTypesRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchTypes(software.amazon.awssdk.services.datazone.model.SearchTypesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchTypesIterable responses = client.searchTypesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchTypesIterable responses = client.searchTypesPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchTypesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchTypesIterable responses = client.searchTypesPaginator(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
searchTypes(software.amazon.awssdk.services.datazone.model.SearchTypesRequest)operation.
This is a convenience which creates an instance of the
SearchTypesRequest.Builderavoiding the need to create one manually viaSearchTypesRequest.builder()- Parameters:
searchTypesRequest- AConsumerthat will call methods onSearchTypesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchUserProfiles
default SearchUserProfilesResponse searchUserProfiles(SearchUserProfilesRequest searchUserProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches user profiles in Amazon DataZone.
- Parameters:
searchUserProfilesRequest-- Returns:
- Result of the SearchUserProfiles operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchUserProfiles
default SearchUserProfilesResponse searchUserProfiles(Consumer<SearchUserProfilesRequest.Builder> searchUserProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Searches user profiles in Amazon DataZone.
This is a convenience which creates an instance of the
SearchUserProfilesRequest.Builderavoiding the need to create one manually viaSearchUserProfilesRequest.builder()- Parameters:
searchUserProfilesRequest- AConsumerthat will call methods onSearchUserProfilesRequest.Builderto create a request.- Returns:
- Result of the SearchUserProfiles operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchUserProfilesPaginator
default SearchUserProfilesIterable searchUserProfilesPaginator(SearchUserProfilesRequest searchUserProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchUserProfiles(software.amazon.awssdk.services.datazone.model.SearchUserProfilesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchUserProfilesIterable responses = client.searchUserProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchUserProfilesIterable responses = client .searchUserProfilesPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchUserProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchUserProfilesIterable responses = client.searchUserProfilesPaginator(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
searchUserProfiles(software.amazon.awssdk.services.datazone.model.SearchUserProfilesRequest)operation.- Parameters:
searchUserProfilesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
searchUserProfilesPaginator
default SearchUserProfilesIterable searchUserProfilesPaginator(Consumer<SearchUserProfilesRequest.Builder> searchUserProfilesRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
This is a variant of
searchUserProfiles(software.amazon.awssdk.services.datazone.model.SearchUserProfilesRequest)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
2) Using For loopsoftware.amazon.awssdk.services.datazone.paginators.SearchUserProfilesIterable responses = client.searchUserProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.datazone.paginators.SearchUserProfilesIterable responses = client .searchUserProfilesPaginator(request); for (software.amazon.awssdk.services.datazone.model.SearchUserProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.datazone.paginators.SearchUserProfilesIterable responses = client.searchUserProfilesPaginator(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
searchUserProfiles(software.amazon.awssdk.services.datazone.model.SearchUserProfilesRequest)operation.
This is a convenience which creates an instance of the
SearchUserProfilesRequest.Builderavoiding the need to create one manually viaSearchUserProfilesRequest.builder()- Parameters:
searchUserProfilesRequest- AConsumerthat will call methods onSearchUserProfilesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startDataSourceRun
default StartDataSourceRunResponse startDataSourceRun(StartDataSourceRunRequest startDataSourceRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Start the run of the specified data source in Amazon DataZone.
- Parameters:
startDataSourceRunRequest-- Returns:
- Result of the StartDataSourceRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startDataSourceRun
default StartDataSourceRunResponse startDataSourceRun(Consumer<StartDataSourceRunRequest.Builder> startDataSourceRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Start the run of the specified data source in Amazon DataZone.
This is a convenience which creates an instance of the
StartDataSourceRunRequest.Builderavoiding the need to create one manually viaStartDataSourceRunRequest.builder()- Parameters:
startDataSourceRunRequest- AConsumerthat will call methods onStartDataSourceRunRequest.Builderto create a request.- Returns:
- Result of the StartDataSourceRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startMetadataGenerationRun
default StartMetadataGenerationRunResponse startMetadataGenerationRun(StartMetadataGenerationRunRequest startMetadataGenerationRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Starts the metadata generation run.
- Parameters:
startMetadataGenerationRunRequest-- Returns:
- Result of the StartMetadataGenerationRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startMetadataGenerationRun
default StartMetadataGenerationRunResponse startMetadataGenerationRun(Consumer<StartMetadataGenerationRunRequest.Builder> startMetadataGenerationRunRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Starts the metadata generation run.
This is a convenience which creates an instance of the
StartMetadataGenerationRunRequest.Builderavoiding the need to create one manually viaStartMetadataGenerationRunRequest.builder()- Parameters:
startMetadataGenerationRunRequest- AConsumerthat will call methods onStartMetadataGenerationRunRequest.Builderto create a request.- Returns:
- Result of the StartMetadataGenerationRun operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Tags a resource in Amazon DataZone.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Tags a resource in Amazon DataZone.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Untags a resource in Amazon DataZone.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Untags a resource in Amazon DataZone.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAssetFilter
default UpdateAssetFilterResponse updateAssetFilter(UpdateAssetFilterRequest updateAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates an asset filter.
- Parameters:
updateAssetFilterRequest-- Returns:
- Result of the UpdateAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAssetFilter
default UpdateAssetFilterResponse updateAssetFilter(Consumer<UpdateAssetFilterRequest.Builder> updateAssetFilterRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates an asset filter.
This is a convenience which creates an instance of the
UpdateAssetFilterRequest.Builderavoiding the need to create one manually viaUpdateAssetFilterRequest.builder()- Parameters:
updateAssetFilterRequest- AConsumerthat will call methods onUpdateAssetFilterRequest.Builderto create a request.- Returns:
- Result of the UpdateAssetFilter operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateDataSource
default UpdateDataSourceResponse updateDataSource(UpdateDataSourceRequest updateDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified data source in Amazon DataZone.
- Parameters:
updateDataSourceRequest-- Returns:
- Result of the UpdateDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateDataSource
default UpdateDataSourceResponse updateDataSource(Consumer<UpdateDataSourceRequest.Builder> updateDataSourceRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified data source in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateDataSourceRequest.Builderavoiding the need to create one manually viaUpdateDataSourceRequest.builder()- Parameters:
updateDataSourceRequest- AConsumerthat will call methods onUpdateDataSourceRequest.Builderto create a request.- Returns:
- Result of the UpdateDataSource operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateDomain
default UpdateDomainResponse updateDomain(UpdateDomainRequest updateDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates a Amazon DataZone domain.
- Parameters:
updateDomainRequest-- Returns:
- Result of the UpdateDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateDomain
default UpdateDomainResponse updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates a Amazon DataZone domain.
This is a convenience which creates an instance of the
UpdateDomainRequest.Builderavoiding the need to create one manually viaUpdateDomainRequest.builder()- Parameters:
updateDomainRequest- AConsumerthat will call methods onUpdateDomainRequest.Builderto create a request.- Returns:
- Result of the UpdateDomain operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironment
default UpdateEnvironmentResponse updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified environment in Amazon DataZone.
- Parameters:
updateEnvironmentRequest-- Returns:
- Result of the UpdateEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironment
default UpdateEnvironmentResponse updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified environment in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateEnvironmentRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentRequest.builder()- Parameters:
updateEnvironmentRequest- AConsumerthat will call methods onUpdateEnvironmentRequest.Builderto create a request.- Returns:
- Result of the UpdateEnvironment operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentAction
default UpdateEnvironmentActionResponse updateEnvironmentAction(UpdateEnvironmentActionRequest updateEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates an environment action.
- Parameters:
updateEnvironmentActionRequest-- Returns:
- Result of the UpdateEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentAction
default UpdateEnvironmentActionResponse updateEnvironmentAction(Consumer<UpdateEnvironmentActionRequest.Builder> updateEnvironmentActionRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates an environment action.
This is a convenience which creates an instance of the
UpdateEnvironmentActionRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentActionRequest.builder()- Parameters:
updateEnvironmentActionRequest- AConsumerthat will call methods onUpdateEnvironmentActionRequest.Builderto create a request.- Returns:
- Result of the UpdateEnvironmentAction operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentProfile
default UpdateEnvironmentProfileResponse updateEnvironmentProfile(UpdateEnvironmentProfileRequest updateEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified environment profile in Amazon DataZone.
- Parameters:
updateEnvironmentProfileRequest-- Returns:
- Result of the UpdateEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentProfile
default UpdateEnvironmentProfileResponse updateEnvironmentProfile(Consumer<UpdateEnvironmentProfileRequest.Builder> updateEnvironmentProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified environment profile in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateEnvironmentProfileRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentProfileRequest.builder()- Parameters:
updateEnvironmentProfileRequest- AConsumerthat will call methods onUpdateEnvironmentProfileRequest.Builderto create a request.- Returns:
- Result of the UpdateEnvironmentProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateGlossary
default UpdateGlossaryResponse updateGlossary(UpdateGlossaryRequest updateGlossaryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the business glossary in Amazon DataZone.
- Parameters:
updateGlossaryRequest-- Returns:
- Result of the UpdateGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateGlossary
default UpdateGlossaryResponse updateGlossary(Consumer<UpdateGlossaryRequest.Builder> updateGlossaryRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the business glossary in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateGlossaryRequest.Builderavoiding the need to create one manually viaUpdateGlossaryRequest.builder()- Parameters:
updateGlossaryRequest- AConsumerthat will call methods onUpdateGlossaryRequest.Builderto create a request.- Returns:
- Result of the UpdateGlossary operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateGlossaryTerm
default UpdateGlossaryTermResponse updateGlossaryTerm(UpdateGlossaryTermRequest updateGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates a business glossary term in Amazon DataZone.
- Parameters:
updateGlossaryTermRequest-- Returns:
- Result of the UpdateGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateGlossaryTerm
default UpdateGlossaryTermResponse updateGlossaryTerm(Consumer<UpdateGlossaryTermRequest.Builder> updateGlossaryTermRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates a business glossary term in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateGlossaryTermRequest.Builderavoiding the need to create one manually viaUpdateGlossaryTermRequest.builder()- Parameters:
updateGlossaryTermRequest- AConsumerthat will call methods onUpdateGlossaryTermRequest.Builderto create a request.- Returns:
- Result of the UpdateGlossaryTerm operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateGroupProfile
default UpdateGroupProfileResponse updateGroupProfile(UpdateGroupProfileRequest updateGroupProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified group profile in Amazon DataZone.
- Parameters:
updateGroupProfileRequest-- Returns:
- Result of the UpdateGroupProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateGroupProfile
default UpdateGroupProfileResponse updateGroupProfile(Consumer<UpdateGroupProfileRequest.Builder> updateGroupProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified group profile in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateGroupProfileRequest.Builderavoiding the need to create one manually viaUpdateGroupProfileRequest.builder()- Parameters:
updateGroupProfileRequest- AConsumerthat will call methods onUpdateGroupProfileRequest.Builderto create a request.- Returns:
- Result of the UpdateGroupProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateProject
default UpdateProjectResponse updateProject(UpdateProjectRequest updateProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified project in Amazon DataZone.
- Parameters:
updateProjectRequest-- Returns:
- Result of the UpdateProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateProject
default UpdateProjectResponse updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ServiceQuotaExceededException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified project in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateProjectRequest.Builderavoiding the need to create one manually viaUpdateProjectRequest.builder()- Parameters:
updateProjectRequest- AConsumerthat will call methods onUpdateProjectRequest.Builderto create a request.- Returns:
- Result of the UpdateProject operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- The request has exceeded the specified service quota.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateSubscriptionGrantStatus
default UpdateSubscriptionGrantStatusResponse updateSubscriptionGrantStatus(UpdateSubscriptionGrantStatusRequest updateSubscriptionGrantStatusRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the status of the specified subscription grant status in Amazon DataZone.
- Parameters:
updateSubscriptionGrantStatusRequest-- Returns:
- Result of the UpdateSubscriptionGrantStatus operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateSubscriptionGrantStatus
default UpdateSubscriptionGrantStatusResponse updateSubscriptionGrantStatus(Consumer<UpdateSubscriptionGrantStatusRequest.Builder> updateSubscriptionGrantStatusRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the status of the specified subscription grant status in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateSubscriptionGrantStatusRequest.Builderavoiding the need to create one manually viaUpdateSubscriptionGrantStatusRequest.builder()- Parameters:
updateSubscriptionGrantStatusRequest- AConsumerthat will call methods onUpdateSubscriptionGrantStatusRequest.Builderto create a request.- Returns:
- Result of the UpdateSubscriptionGrantStatus operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateSubscriptionRequest
default UpdateSubscriptionRequestResponse updateSubscriptionRequest(UpdateSubscriptionRequestRequest updateSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates a specified subscription request in Amazon DataZone.
- Parameters:
updateSubscriptionRequestRequest-- Returns:
- Result of the UpdateSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateSubscriptionRequest
default UpdateSubscriptionRequestResponse updateSubscriptionRequest(Consumer<UpdateSubscriptionRequestRequest.Builder> updateSubscriptionRequestRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates a specified subscription request in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateSubscriptionRequestRequest.Builderavoiding the need to create one manually viaUpdateSubscriptionRequestRequest.builder()- Parameters:
updateSubscriptionRequestRequest- AConsumerthat will call methods onUpdateSubscriptionRequestRequest.Builderto create a request.- Returns:
- Result of the UpdateSubscriptionRequest operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateSubscriptionTarget
default UpdateSubscriptionTargetResponse updateSubscriptionTarget(UpdateSubscriptionTargetRequest updateSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified subscription target in Amazon DataZone.
- Parameters:
updateSubscriptionTargetRequest-- Returns:
- Result of the UpdateSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateSubscriptionTarget
default UpdateSubscriptionTargetResponse updateSubscriptionTarget(Consumer<UpdateSubscriptionTargetRequest.Builder> updateSubscriptionTargetRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ConflictException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified subscription target in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateSubscriptionTargetRequest.Builderavoiding the need to create one manually viaUpdateSubscriptionTargetRequest.builder()- Parameters:
updateSubscriptionTargetRequest- AConsumerthat will call methods onUpdateSubscriptionTargetRequest.Builderto create a request.- Returns:
- Result of the UpdateSubscriptionTarget operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ConflictException- There is a conflict while performing this action.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateUserProfile
default UpdateUserProfileResponse updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified user profile in Amazon DataZone.
- Parameters:
updateUserProfileRequest-- Returns:
- Result of the UpdateUserProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateUserProfile
default UpdateUserProfileResponse updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest) throws InternalServerException, ResourceNotFoundException, AccessDeniedException, ThrottlingException, ValidationException, UnauthorizedException, AwsServiceException, SdkClientException, DataZoneException
Updates the specified user profile in Amazon DataZone.
This is a convenience which creates an instance of the
UpdateUserProfileRequest.Builderavoiding the need to create one manually viaUpdateUserProfileRequest.builder()- Parameters:
updateUserProfileRequest- AConsumerthat will call methods onUpdateUserProfileRequest.Builderto create a request.- Returns:
- Result of the UpdateUserProfile operation returned by the service.
- Throws:
InternalServerException- The request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The specified resource cannot be found.AccessDeniedException- You do not have sufficient access to perform this action.ThrottlingException- The request was denied due to request throttling.ValidationException- The input fails to satisfy the constraints specified by the Amazon Web Services service.UnauthorizedException- You do not have permission to perform this action.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.DataZoneException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
create
static DataZoneClient create()
Create aDataZoneClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static DataZoneClientBuilder builder()
Create a builder that can be used to configure and create aDataZoneClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default DataZoneServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-