@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonDataZoneAsyncClient extends AmazonDataZoneClient implements AmazonDataZoneAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
acceptPredictions, acceptSubscriptionRequest, associateEnvironmentRole, builder, cancelMetadataGenerationRun, cancelSubscription, createAsset, createAssetFilter, createAssetRevision, createAssetType, createDataSource, createDomain, createEnvironment, createEnvironmentAction, createEnvironmentProfile, createFormType, createGlossary, createGlossaryTerm, createGroupProfile, createListingChangeSet, createProject, createProjectMembership, createSubscriptionGrant, createSubscriptionRequest, createSubscriptionTarget, createUserProfile, deleteAsset, deleteAssetFilter, deleteAssetType, deleteDataSource, deleteDomain, deleteEnvironment, deleteEnvironmentAction, deleteEnvironmentBlueprintConfiguration, deleteEnvironmentProfile, deleteFormType, deleteGlossary, deleteGlossaryTerm, deleteListing, deleteProject, deleteProjectMembership, deleteSubscriptionGrant, deleteSubscriptionRequest, deleteSubscriptionTarget, deleteTimeSeriesDataPoints, disassociateEnvironmentRole, getAsset, getAssetFilter, getAssetType, getCachedResponseMetadata, getDataSource, getDataSourceRun, getDomain, getEnvironment, getEnvironmentAction, getEnvironmentBlueprint, getEnvironmentBlueprintConfiguration, getEnvironmentCredentials, getEnvironmentProfile, getFormType, getGlossary, getGlossaryTerm, getGroupProfile, getIamPortalLoginUrl, getLineageNode, getListing, getMetadataGenerationRun, getProject, getSubscription, getSubscriptionGrant, getSubscriptionRequestDetails, getSubscriptionTarget, getTimeSeriesDataPoint, getUserProfile, listAssetFilters, listAssetRevisions, listDataSourceRunActivities, listDataSourceRuns, listDataSources, listDomains, listEnvironmentActions, listEnvironmentBlueprintConfigurations, listEnvironmentBlueprints, listEnvironmentProfiles, listEnvironments, listLineageNodeHistory, listMetadataGenerationRuns, listNotifications, listProjectMemberships, listProjects, listSubscriptionGrants, listSubscriptionRequests, listSubscriptions, listSubscriptionTargets, listTagsForResource, listTimeSeriesDataPoints, postLineageEvent, postTimeSeriesDataPoints, putEnvironmentBlueprintConfiguration, rejectPredictions, rejectSubscriptionRequest, revokeSubscription, search, searchGroupProfiles, searchListings, searchTypes, searchUserProfiles, startDataSourceRun, startMetadataGenerationRun, tagResource, untagResource, updateAssetFilter, updateDataSource, updateDomain, updateEnvironment, updateEnvironmentAction, updateEnvironmentProfile, updateGlossary, updateGlossaryTerm, updateGroupProfile, updateProject, updateSubscriptionGrantStatus, updateSubscriptionRequest, updateSubscriptionTarget, updateUserProfile
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptPredictions, acceptSubscriptionRequest, associateEnvironmentRole, cancelMetadataGenerationRun, cancelSubscription, createAsset, createAssetFilter, createAssetRevision, createAssetType, createDataSource, createDomain, createEnvironment, createEnvironmentAction, createEnvironmentProfile, createFormType, createGlossary, createGlossaryTerm, createGroupProfile, createListingChangeSet, createProject, createProjectMembership, createSubscriptionGrant, createSubscriptionRequest, createSubscriptionTarget, createUserProfile, deleteAsset, deleteAssetFilter, deleteAssetType, deleteDataSource, deleteDomain, deleteEnvironment, deleteEnvironmentAction, deleteEnvironmentBlueprintConfiguration, deleteEnvironmentProfile, deleteFormType, deleteGlossary, deleteGlossaryTerm, deleteListing, deleteProject, deleteProjectMembership, deleteSubscriptionGrant, deleteSubscriptionRequest, deleteSubscriptionTarget, deleteTimeSeriesDataPoints, disassociateEnvironmentRole, getAsset, getAssetFilter, getAssetType, getCachedResponseMetadata, getDataSource, getDataSourceRun, getDomain, getEnvironment, getEnvironmentAction, getEnvironmentBlueprint, getEnvironmentBlueprintConfiguration, getEnvironmentCredentials, getEnvironmentProfile, getFormType, getGlossary, getGlossaryTerm, getGroupProfile, getIamPortalLoginUrl, getLineageNode, getListing, getMetadataGenerationRun, getProject, getSubscription, getSubscriptionGrant, getSubscriptionRequestDetails, getSubscriptionTarget, getTimeSeriesDataPoint, getUserProfile, listAssetFilters, listAssetRevisions, listDataSourceRunActivities, listDataSourceRuns, listDataSources, listDomains, listEnvironmentActions, listEnvironmentBlueprintConfigurations, listEnvironmentBlueprints, listEnvironmentProfiles, listEnvironments, listLineageNodeHistory, listMetadataGenerationRuns, listNotifications, listProjectMemberships, listProjects, listSubscriptionGrants, listSubscriptionRequests, listSubscriptions, listSubscriptionTargets, listTagsForResource, listTimeSeriesDataPoints, postLineageEvent, postTimeSeriesDataPoints, putEnvironmentBlueprintConfiguration, rejectPredictions, rejectSubscriptionRequest, revokeSubscription, search, searchGroupProfiles, searchListings, searchTypes, searchUserProfiles, startDataSourceRun, startMetadataGenerationRun, tagResource, untagResource, updateAssetFilter, updateDataSource, updateDomain, updateEnvironment, updateEnvironmentAction, updateEnvironmentProfile, updateGlossary, updateGlossaryTerm, updateGroupProfile, updateProject, updateSubscriptionGrantStatus, updateSubscriptionRequest, updateSubscriptionTarget, updateUserProfile
public static AmazonDataZoneAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AcceptPredictionsResult> acceptPredictionsAsync(AcceptPredictionsRequest request)
AmazonDataZoneAsync
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
acceptPredictionsAsync
in interface AmazonDataZoneAsync
public Future<AcceptPredictionsResult> acceptPredictionsAsync(AcceptPredictionsRequest request, AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler)
AmazonDataZoneAsync
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
acceptPredictionsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AcceptSubscriptionRequestResult> acceptSubscriptionRequestAsync(AcceptSubscriptionRequestRequest request)
AmazonDataZoneAsync
Accepts a subscription request to a specific asset.
acceptSubscriptionRequestAsync
in interface AmazonDataZoneAsync
public Future<AcceptSubscriptionRequestResult> acceptSubscriptionRequestAsync(AcceptSubscriptionRequestRequest request, AsyncHandler<AcceptSubscriptionRequestRequest,AcceptSubscriptionRequestResult> asyncHandler)
AmazonDataZoneAsync
Accepts a subscription request to a specific asset.
acceptSubscriptionRequestAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateEnvironmentRoleResult> associateEnvironmentRoleAsync(AssociateEnvironmentRoleRequest request)
AmazonDataZoneAsync
Associates the environment role in Amazon DataZone.
associateEnvironmentRoleAsync
in interface AmazonDataZoneAsync
public Future<AssociateEnvironmentRoleResult> associateEnvironmentRoleAsync(AssociateEnvironmentRoleRequest request, AsyncHandler<AssociateEnvironmentRoleRequest,AssociateEnvironmentRoleResult> asyncHandler)
AmazonDataZoneAsync
Associates the environment role in Amazon DataZone.
associateEnvironmentRoleAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelMetadataGenerationRunResult> cancelMetadataGenerationRunAsync(CancelMetadataGenerationRunRequest request)
AmazonDataZoneAsync
Cancels the metadata generation run.
cancelMetadataGenerationRunAsync
in interface AmazonDataZoneAsync
public Future<CancelMetadataGenerationRunResult> cancelMetadataGenerationRunAsync(CancelMetadataGenerationRunRequest request, AsyncHandler<CancelMetadataGenerationRunRequest,CancelMetadataGenerationRunResult> asyncHandler)
AmazonDataZoneAsync
Cancels the metadata generation run.
cancelMetadataGenerationRunAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelSubscriptionResult> cancelSubscriptionAsync(CancelSubscriptionRequest request)
AmazonDataZoneAsync
Cancels the subscription to the specified asset.
cancelSubscriptionAsync
in interface AmazonDataZoneAsync
public Future<CancelSubscriptionResult> cancelSubscriptionAsync(CancelSubscriptionRequest request, AsyncHandler<CancelSubscriptionRequest,CancelSubscriptionResult> asyncHandler)
AmazonDataZoneAsync
Cancels the subscription to the specified asset.
cancelSubscriptionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAssetResult> createAssetAsync(CreateAssetRequest request)
AmazonDataZoneAsync
Creates an asset in Amazon DataZone catalog.
createAssetAsync
in interface AmazonDataZoneAsync
public Future<CreateAssetResult> createAssetAsync(CreateAssetRequest request, AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler)
AmazonDataZoneAsync
Creates an asset in Amazon DataZone catalog.
createAssetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAssetFilterResult> createAssetFilterAsync(CreateAssetFilterRequest request)
AmazonDataZoneAsync
Creates a data asset filter.
createAssetFilterAsync
in interface AmazonDataZoneAsync
public Future<CreateAssetFilterResult> createAssetFilterAsync(CreateAssetFilterRequest request, AsyncHandler<CreateAssetFilterRequest,CreateAssetFilterResult> asyncHandler)
AmazonDataZoneAsync
Creates a data asset filter.
createAssetFilterAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAssetRevisionResult> createAssetRevisionAsync(CreateAssetRevisionRequest request)
AmazonDataZoneAsync
Creates a revision of the asset.
createAssetRevisionAsync
in interface AmazonDataZoneAsync
public Future<CreateAssetRevisionResult> createAssetRevisionAsync(CreateAssetRevisionRequest request, AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler)
AmazonDataZoneAsync
Creates a revision of the asset.
createAssetRevisionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAssetTypeResult> createAssetTypeAsync(CreateAssetTypeRequest request)
AmazonDataZoneAsync
Creates a custom asset type.
createAssetTypeAsync
in interface AmazonDataZoneAsync
public Future<CreateAssetTypeResult> createAssetTypeAsync(CreateAssetTypeRequest request, AsyncHandler<CreateAssetTypeRequest,CreateAssetTypeResult> asyncHandler)
AmazonDataZoneAsync
Creates a custom asset type.
createAssetTypeAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest request)
AmazonDataZoneAsync
Creates an Amazon DataZone data source.
createDataSourceAsync
in interface AmazonDataZoneAsync
public Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest request, AsyncHandler<CreateDataSourceRequest,CreateDataSourceResult> asyncHandler)
AmazonDataZoneAsync
Creates an Amazon DataZone data source.
createDataSourceAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDomainResult> createDomainAsync(CreateDomainRequest request)
AmazonDataZoneAsync
Creates an Amazon DataZone domain.
createDomainAsync
in interface AmazonDataZoneAsync
public Future<CreateDomainResult> createDomainAsync(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
AmazonDataZoneAsync
Creates an Amazon DataZone domain.
createDomainAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request)
AmazonDataZoneAsync
Create an Amazon DataZone environment.
createEnvironmentAsync
in interface AmazonDataZoneAsync
public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
AmazonDataZoneAsync
Create an Amazon DataZone environment.
createEnvironmentAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateEnvironmentActionResult> createEnvironmentActionAsync(CreateEnvironmentActionRequest request)
AmazonDataZoneAsync
Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
createEnvironmentActionAsync
in interface AmazonDataZoneAsync
public Future<CreateEnvironmentActionResult> createEnvironmentActionAsync(CreateEnvironmentActionRequest request, AsyncHandler<CreateEnvironmentActionRequest,CreateEnvironmentActionResult> asyncHandler)
AmazonDataZoneAsync
Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
createEnvironmentActionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateEnvironmentProfileResult> createEnvironmentProfileAsync(CreateEnvironmentProfileRequest request)
AmazonDataZoneAsync
Creates an Amazon DataZone environment profile.
createEnvironmentProfileAsync
in interface AmazonDataZoneAsync
public Future<CreateEnvironmentProfileResult> createEnvironmentProfileAsync(CreateEnvironmentProfileRequest request, AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler)
AmazonDataZoneAsync
Creates an Amazon DataZone environment profile.
createEnvironmentProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFormTypeResult> createFormTypeAsync(CreateFormTypeRequest request)
AmazonDataZoneAsync
Creates a metadata form type.
createFormTypeAsync
in interface AmazonDataZoneAsync
public Future<CreateFormTypeResult> createFormTypeAsync(CreateFormTypeRequest request, AsyncHandler<CreateFormTypeRequest,CreateFormTypeResult> asyncHandler)
AmazonDataZoneAsync
Creates a metadata form type.
createFormTypeAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateGlossaryResult> createGlossaryAsync(CreateGlossaryRequest request)
AmazonDataZoneAsync
Creates an Amazon DataZone business glossary.
createGlossaryAsync
in interface AmazonDataZoneAsync
public Future<CreateGlossaryResult> createGlossaryAsync(CreateGlossaryRequest request, AsyncHandler<CreateGlossaryRequest,CreateGlossaryResult> asyncHandler)
AmazonDataZoneAsync
Creates an Amazon DataZone business glossary.
createGlossaryAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateGlossaryTermResult> createGlossaryTermAsync(CreateGlossaryTermRequest request)
AmazonDataZoneAsync
Creates a business glossary term.
createGlossaryTermAsync
in interface AmazonDataZoneAsync
public Future<CreateGlossaryTermResult> createGlossaryTermAsync(CreateGlossaryTermRequest request, AsyncHandler<CreateGlossaryTermRequest,CreateGlossaryTermResult> asyncHandler)
AmazonDataZoneAsync
Creates a business glossary term.
createGlossaryTermAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateGroupProfileResult> createGroupProfileAsync(CreateGroupProfileRequest request)
AmazonDataZoneAsync
Creates a group profile in Amazon DataZone.
createGroupProfileAsync
in interface AmazonDataZoneAsync
public Future<CreateGroupProfileResult> createGroupProfileAsync(CreateGroupProfileRequest request, AsyncHandler<CreateGroupProfileRequest,CreateGroupProfileResult> asyncHandler)
AmazonDataZoneAsync
Creates a group profile in Amazon DataZone.
createGroupProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateListingChangeSetResult> createListingChangeSetAsync(CreateListingChangeSetRequest request)
AmazonDataZoneAsync
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
createListingChangeSetAsync
in interface AmazonDataZoneAsync
public Future<CreateListingChangeSetResult> createListingChangeSetAsync(CreateListingChangeSetRequest request, AsyncHandler<CreateListingChangeSetRequest,CreateListingChangeSetResult> asyncHandler)
AmazonDataZoneAsync
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
createListingChangeSetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProjectResult> createProjectAsync(CreateProjectRequest request)
AmazonDataZoneAsync
Creates an Amazon DataZone project.
createProjectAsync
in interface AmazonDataZoneAsync
public Future<CreateProjectResult> createProjectAsync(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
AmazonDataZoneAsync
Creates an Amazon DataZone project.
createProjectAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProjectMembershipResult> createProjectMembershipAsync(CreateProjectMembershipRequest request)
AmazonDataZoneAsync
Creates a project membership in Amazon DataZone.
createProjectMembershipAsync
in interface AmazonDataZoneAsync
public Future<CreateProjectMembershipResult> createProjectMembershipAsync(CreateProjectMembershipRequest request, AsyncHandler<CreateProjectMembershipRequest,CreateProjectMembershipResult> asyncHandler)
AmazonDataZoneAsync
Creates a project membership in Amazon DataZone.
createProjectMembershipAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSubscriptionGrantResult> createSubscriptionGrantAsync(CreateSubscriptionGrantRequest request)
AmazonDataZoneAsync
Creates a subsscription grant in Amazon DataZone.
createSubscriptionGrantAsync
in interface AmazonDataZoneAsync
public Future<CreateSubscriptionGrantResult> createSubscriptionGrantAsync(CreateSubscriptionGrantRequest request, AsyncHandler<CreateSubscriptionGrantRequest,CreateSubscriptionGrantResult> asyncHandler)
AmazonDataZoneAsync
Creates a subsscription grant in Amazon DataZone.
createSubscriptionGrantAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSubscriptionRequestResult> createSubscriptionRequestAsync(CreateSubscriptionRequestRequest request)
AmazonDataZoneAsync
Creates a subscription request in Amazon DataZone.
createSubscriptionRequestAsync
in interface AmazonDataZoneAsync
public Future<CreateSubscriptionRequestResult> createSubscriptionRequestAsync(CreateSubscriptionRequestRequest request, AsyncHandler<CreateSubscriptionRequestRequest,CreateSubscriptionRequestResult> asyncHandler)
AmazonDataZoneAsync
Creates a subscription request in Amazon DataZone.
createSubscriptionRequestAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSubscriptionTargetResult> createSubscriptionTargetAsync(CreateSubscriptionTargetRequest request)
AmazonDataZoneAsync
Creates a subscription target in Amazon DataZone.
createSubscriptionTargetAsync
in interface AmazonDataZoneAsync
public Future<CreateSubscriptionTargetResult> createSubscriptionTargetAsync(CreateSubscriptionTargetRequest request, AsyncHandler<CreateSubscriptionTargetRequest,CreateSubscriptionTargetResult> asyncHandler)
AmazonDataZoneAsync
Creates a subscription target in Amazon DataZone.
createSubscriptionTargetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest request)
AmazonDataZoneAsync
Creates a user profile in Amazon DataZone.
createUserProfileAsync
in interface AmazonDataZoneAsync
public Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest request, AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
AmazonDataZoneAsync
Creates a user profile in Amazon DataZone.
createUserProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest request)
AmazonDataZoneAsync
Delets an asset in Amazon DataZone.
deleteAssetAsync
in interface AmazonDataZoneAsync
public Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest request, AsyncHandler<DeleteAssetRequest,DeleteAssetResult> asyncHandler)
AmazonDataZoneAsync
Delets an asset in Amazon DataZone.
deleteAssetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAssetFilterResult> deleteAssetFilterAsync(DeleteAssetFilterRequest request)
AmazonDataZoneAsync
Deletes an asset filter.
deleteAssetFilterAsync
in interface AmazonDataZoneAsync
public Future<DeleteAssetFilterResult> deleteAssetFilterAsync(DeleteAssetFilterRequest request, AsyncHandler<DeleteAssetFilterRequest,DeleteAssetFilterResult> asyncHandler)
AmazonDataZoneAsync
Deletes an asset filter.
deleteAssetFilterAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAssetTypeResult> deleteAssetTypeAsync(DeleteAssetTypeRequest request)
AmazonDataZoneAsync
Deletes an asset type in Amazon DataZone.
deleteAssetTypeAsync
in interface AmazonDataZoneAsync
public Future<DeleteAssetTypeResult> deleteAssetTypeAsync(DeleteAssetTypeRequest request, AsyncHandler<DeleteAssetTypeRequest,DeleteAssetTypeResult> asyncHandler)
AmazonDataZoneAsync
Deletes an asset type in Amazon DataZone.
deleteAssetTypeAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest request)
AmazonDataZoneAsync
Deletes a data source in Amazon DataZone.
deleteDataSourceAsync
in interface AmazonDataZoneAsync
public Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest request, AsyncHandler<DeleteDataSourceRequest,DeleteDataSourceResult> asyncHandler)
AmazonDataZoneAsync
Deletes a data source in Amazon DataZone.
deleteDataSourceAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request)
AmazonDataZoneAsync
Deletes a Amazon DataZone domain.
deleteDomainAsync
in interface AmazonDataZoneAsync
public Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResult> asyncHandler)
AmazonDataZoneAsync
Deletes a Amazon DataZone domain.
deleteDomainAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request)
AmazonDataZoneAsync
Deletes an environment in Amazon DataZone.
deleteEnvironmentAsync
in interface AmazonDataZoneAsync
public Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request, AsyncHandler<DeleteEnvironmentRequest,DeleteEnvironmentResult> asyncHandler)
AmazonDataZoneAsync
Deletes an environment in Amazon DataZone.
deleteEnvironmentAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEnvironmentActionResult> deleteEnvironmentActionAsync(DeleteEnvironmentActionRequest request)
AmazonDataZoneAsync
Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.
deleteEnvironmentActionAsync
in interface AmazonDataZoneAsync
public Future<DeleteEnvironmentActionResult> deleteEnvironmentActionAsync(DeleteEnvironmentActionRequest request, AsyncHandler<DeleteEnvironmentActionRequest,DeleteEnvironmentActionResult> asyncHandler)
AmazonDataZoneAsync
Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.
deleteEnvironmentActionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEnvironmentBlueprintConfigurationResult> deleteEnvironmentBlueprintConfigurationAsync(DeleteEnvironmentBlueprintConfigurationRequest request)
AmazonDataZoneAsync
Deletes the blueprint configuration in Amazon DataZone.
deleteEnvironmentBlueprintConfigurationAsync
in interface AmazonDataZoneAsync
public Future<DeleteEnvironmentBlueprintConfigurationResult> deleteEnvironmentBlueprintConfigurationAsync(DeleteEnvironmentBlueprintConfigurationRequest request, AsyncHandler<DeleteEnvironmentBlueprintConfigurationRequest,DeleteEnvironmentBlueprintConfigurationResult> asyncHandler)
AmazonDataZoneAsync
Deletes the blueprint configuration in Amazon DataZone.
deleteEnvironmentBlueprintConfigurationAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEnvironmentProfileResult> deleteEnvironmentProfileAsync(DeleteEnvironmentProfileRequest request)
AmazonDataZoneAsync
Deletes an environment profile in Amazon DataZone.
deleteEnvironmentProfileAsync
in interface AmazonDataZoneAsync
public Future<DeleteEnvironmentProfileResult> deleteEnvironmentProfileAsync(DeleteEnvironmentProfileRequest request, AsyncHandler<DeleteEnvironmentProfileRequest,DeleteEnvironmentProfileResult> asyncHandler)
AmazonDataZoneAsync
Deletes an environment profile in Amazon DataZone.
deleteEnvironmentProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFormTypeResult> deleteFormTypeAsync(DeleteFormTypeRequest request)
AmazonDataZoneAsync
Delets and metadata form type in Amazon DataZone.
deleteFormTypeAsync
in interface AmazonDataZoneAsync
public Future<DeleteFormTypeResult> deleteFormTypeAsync(DeleteFormTypeRequest request, AsyncHandler<DeleteFormTypeRequest,DeleteFormTypeResult> asyncHandler)
AmazonDataZoneAsync
Delets and metadata form type in Amazon DataZone.
deleteFormTypeAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteGlossaryResult> deleteGlossaryAsync(DeleteGlossaryRequest request)
AmazonDataZoneAsync
Deletes a business glossary in Amazon DataZone.
deleteGlossaryAsync
in interface AmazonDataZoneAsync
public Future<DeleteGlossaryResult> deleteGlossaryAsync(DeleteGlossaryRequest request, AsyncHandler<DeleteGlossaryRequest,DeleteGlossaryResult> asyncHandler)
AmazonDataZoneAsync
Deletes a business glossary in Amazon DataZone.
deleteGlossaryAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteGlossaryTermResult> deleteGlossaryTermAsync(DeleteGlossaryTermRequest request)
AmazonDataZoneAsync
Deletes a business glossary term in Amazon DataZone.
deleteGlossaryTermAsync
in interface AmazonDataZoneAsync
public Future<DeleteGlossaryTermResult> deleteGlossaryTermAsync(DeleteGlossaryTermRequest request, AsyncHandler<DeleteGlossaryTermRequest,DeleteGlossaryTermResult> asyncHandler)
AmazonDataZoneAsync
Deletes a business glossary term in Amazon DataZone.
deleteGlossaryTermAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteListingResult> deleteListingAsync(DeleteListingRequest request)
AmazonDataZoneAsync
Deletes a listing (a record of an asset at a given time).
deleteListingAsync
in interface AmazonDataZoneAsync
public Future<DeleteListingResult> deleteListingAsync(DeleteListingRequest request, AsyncHandler<DeleteListingRequest,DeleteListingResult> asyncHandler)
AmazonDataZoneAsync
Deletes a listing (a record of an asset at a given time).
deleteListingAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request)
AmazonDataZoneAsync
Deletes a project in Amazon DataZone.
deleteProjectAsync
in interface AmazonDataZoneAsync
public Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
AmazonDataZoneAsync
Deletes a project in Amazon DataZone.
deleteProjectAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProjectMembershipResult> deleteProjectMembershipAsync(DeleteProjectMembershipRequest request)
AmazonDataZoneAsync
Deletes project membership in Amazon DataZone.
deleteProjectMembershipAsync
in interface AmazonDataZoneAsync
public Future<DeleteProjectMembershipResult> deleteProjectMembershipAsync(DeleteProjectMembershipRequest request, AsyncHandler<DeleteProjectMembershipRequest,DeleteProjectMembershipResult> asyncHandler)
AmazonDataZoneAsync
Deletes project membership in Amazon DataZone.
deleteProjectMembershipAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSubscriptionGrantResult> deleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest request)
AmazonDataZoneAsync
Deletes and subscription grant in Amazon DataZone.
deleteSubscriptionGrantAsync
in interface AmazonDataZoneAsync
public Future<DeleteSubscriptionGrantResult> deleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest request, AsyncHandler<DeleteSubscriptionGrantRequest,DeleteSubscriptionGrantResult> asyncHandler)
AmazonDataZoneAsync
Deletes and subscription grant in Amazon DataZone.
deleteSubscriptionGrantAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSubscriptionRequestResult> deleteSubscriptionRequestAsync(DeleteSubscriptionRequestRequest request)
AmazonDataZoneAsync
Deletes a subscription request in Amazon DataZone.
deleteSubscriptionRequestAsync
in interface AmazonDataZoneAsync
public Future<DeleteSubscriptionRequestResult> deleteSubscriptionRequestAsync(DeleteSubscriptionRequestRequest request, AsyncHandler<DeleteSubscriptionRequestRequest,DeleteSubscriptionRequestResult> asyncHandler)
AmazonDataZoneAsync
Deletes a subscription request in Amazon DataZone.
deleteSubscriptionRequestAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSubscriptionTargetResult> deleteSubscriptionTargetAsync(DeleteSubscriptionTargetRequest request)
AmazonDataZoneAsync
Deletes a subscription target in Amazon DataZone.
deleteSubscriptionTargetAsync
in interface AmazonDataZoneAsync
public Future<DeleteSubscriptionTargetResult> deleteSubscriptionTargetAsync(DeleteSubscriptionTargetRequest request, AsyncHandler<DeleteSubscriptionTargetRequest,DeleteSubscriptionTargetResult> asyncHandler)
AmazonDataZoneAsync
Deletes a subscription target in Amazon DataZone.
deleteSubscriptionTargetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTimeSeriesDataPointsResult> deleteTimeSeriesDataPointsAsync(DeleteTimeSeriesDataPointsRequest request)
AmazonDataZoneAsync
Deletes the specified time series form for the specified asset.
deleteTimeSeriesDataPointsAsync
in interface AmazonDataZoneAsync
public Future<DeleteTimeSeriesDataPointsResult> deleteTimeSeriesDataPointsAsync(DeleteTimeSeriesDataPointsRequest request, AsyncHandler<DeleteTimeSeriesDataPointsRequest,DeleteTimeSeriesDataPointsResult> asyncHandler)
AmazonDataZoneAsync
Deletes the specified time series form for the specified asset.
deleteTimeSeriesDataPointsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateEnvironmentRoleResult> disassociateEnvironmentRoleAsync(DisassociateEnvironmentRoleRequest request)
AmazonDataZoneAsync
Disassociates the environment role in Amazon DataZone.
disassociateEnvironmentRoleAsync
in interface AmazonDataZoneAsync
public Future<DisassociateEnvironmentRoleResult> disassociateEnvironmentRoleAsync(DisassociateEnvironmentRoleRequest request, AsyncHandler<DisassociateEnvironmentRoleRequest,DisassociateEnvironmentRoleResult> asyncHandler)
AmazonDataZoneAsync
Disassociates the environment role in Amazon DataZone.
disassociateEnvironmentRoleAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAssetResult> getAssetAsync(GetAssetRequest request)
AmazonDataZoneAsync
Gets an Amazon DataZone asset.
getAssetAsync
in interface AmazonDataZoneAsync
public Future<GetAssetResult> getAssetAsync(GetAssetRequest request, AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler)
AmazonDataZoneAsync
Gets an Amazon DataZone asset.
getAssetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAssetFilterResult> getAssetFilterAsync(GetAssetFilterRequest request)
AmazonDataZoneAsync
Gets an asset filter.
getAssetFilterAsync
in interface AmazonDataZoneAsync
public Future<GetAssetFilterResult> getAssetFilterAsync(GetAssetFilterRequest request, AsyncHandler<GetAssetFilterRequest,GetAssetFilterResult> asyncHandler)
AmazonDataZoneAsync
Gets an asset filter.
getAssetFilterAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAssetTypeResult> getAssetTypeAsync(GetAssetTypeRequest request)
AmazonDataZoneAsync
Gets an Amazon DataZone asset type.
getAssetTypeAsync
in interface AmazonDataZoneAsync
public Future<GetAssetTypeResult> getAssetTypeAsync(GetAssetTypeRequest request, AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler)
AmazonDataZoneAsync
Gets an Amazon DataZone asset type.
getAssetTypeAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDataSourceResult> getDataSourceAsync(GetDataSourceRequest request)
AmazonDataZoneAsync
Gets an Amazon DataZone data source.
getDataSourceAsync
in interface AmazonDataZoneAsync
public Future<GetDataSourceResult> getDataSourceAsync(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest,GetDataSourceResult> asyncHandler)
AmazonDataZoneAsync
Gets an Amazon DataZone data source.
getDataSourceAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDataSourceRunResult> getDataSourceRunAsync(GetDataSourceRunRequest request)
AmazonDataZoneAsync
Gets an Amazon DataZone data source run.
getDataSourceRunAsync
in interface AmazonDataZoneAsync
public Future<GetDataSourceRunResult> getDataSourceRunAsync(GetDataSourceRunRequest request, AsyncHandler<GetDataSourceRunRequest,GetDataSourceRunResult> asyncHandler)
AmazonDataZoneAsync
Gets an Amazon DataZone data source run.
getDataSourceRunAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDomainResult> getDomainAsync(GetDomainRequest request)
AmazonDataZoneAsync
Gets an Amazon DataZone domain.
getDomainAsync
in interface AmazonDataZoneAsync
public Future<GetDomainResult> getDomainAsync(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler)
AmazonDataZoneAsync
Gets an Amazon DataZone domain.
getDomainAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest request)
AmazonDataZoneAsync
Gets an Amazon DataZone environment.
getEnvironmentAsync
in interface AmazonDataZoneAsync
public Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest request, AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
AmazonDataZoneAsync
Gets an Amazon DataZone environment.
getEnvironmentAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEnvironmentActionResult> getEnvironmentActionAsync(GetEnvironmentActionRequest request)
AmazonDataZoneAsync
Gets the specified environment action.
getEnvironmentActionAsync
in interface AmazonDataZoneAsync
public Future<GetEnvironmentActionResult> getEnvironmentActionAsync(GetEnvironmentActionRequest request, AsyncHandler<GetEnvironmentActionRequest,GetEnvironmentActionResult> asyncHandler)
AmazonDataZoneAsync
Gets the specified environment action.
getEnvironmentActionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEnvironmentBlueprintResult> getEnvironmentBlueprintAsync(GetEnvironmentBlueprintRequest request)
AmazonDataZoneAsync
Gets an Amazon DataZone blueprint.
getEnvironmentBlueprintAsync
in interface AmazonDataZoneAsync
public Future<GetEnvironmentBlueprintResult> getEnvironmentBlueprintAsync(GetEnvironmentBlueprintRequest request, AsyncHandler<GetEnvironmentBlueprintRequest,GetEnvironmentBlueprintResult> asyncHandler)
AmazonDataZoneAsync
Gets an Amazon DataZone blueprint.
getEnvironmentBlueprintAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEnvironmentBlueprintConfigurationResult> getEnvironmentBlueprintConfigurationAsync(GetEnvironmentBlueprintConfigurationRequest request)
AmazonDataZoneAsync
Gets the blueprint configuration in Amazon DataZone.
getEnvironmentBlueprintConfigurationAsync
in interface AmazonDataZoneAsync
public Future<GetEnvironmentBlueprintConfigurationResult> getEnvironmentBlueprintConfigurationAsync(GetEnvironmentBlueprintConfigurationRequest request, AsyncHandler<GetEnvironmentBlueprintConfigurationRequest,GetEnvironmentBlueprintConfigurationResult> asyncHandler)
AmazonDataZoneAsync
Gets the blueprint configuration in Amazon DataZone.
getEnvironmentBlueprintConfigurationAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEnvironmentCredentialsResult> getEnvironmentCredentialsAsync(GetEnvironmentCredentialsRequest request)
AmazonDataZoneAsync
Gets the credentials of an environment in Amazon DataZone.
getEnvironmentCredentialsAsync
in interface AmazonDataZoneAsync
public Future<GetEnvironmentCredentialsResult> getEnvironmentCredentialsAsync(GetEnvironmentCredentialsRequest request, AsyncHandler<GetEnvironmentCredentialsRequest,GetEnvironmentCredentialsResult> asyncHandler)
AmazonDataZoneAsync
Gets the credentials of an environment in Amazon DataZone.
getEnvironmentCredentialsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEnvironmentProfileResult> getEnvironmentProfileAsync(GetEnvironmentProfileRequest request)
AmazonDataZoneAsync
Gets an evinronment profile in Amazon DataZone.
getEnvironmentProfileAsync
in interface AmazonDataZoneAsync
public Future<GetEnvironmentProfileResult> getEnvironmentProfileAsync(GetEnvironmentProfileRequest request, AsyncHandler<GetEnvironmentProfileRequest,GetEnvironmentProfileResult> asyncHandler)
AmazonDataZoneAsync
Gets an evinronment profile in Amazon DataZone.
getEnvironmentProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFormTypeResult> getFormTypeAsync(GetFormTypeRequest request)
AmazonDataZoneAsync
Gets a metadata form type in Amazon DataZone.
getFormTypeAsync
in interface AmazonDataZoneAsync
public Future<GetFormTypeResult> getFormTypeAsync(GetFormTypeRequest request, AsyncHandler<GetFormTypeRequest,GetFormTypeResult> asyncHandler)
AmazonDataZoneAsync
Gets a metadata form type in Amazon DataZone.
getFormTypeAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetGlossaryResult> getGlossaryAsync(GetGlossaryRequest request)
AmazonDataZoneAsync
Gets a business glossary in Amazon DataZone.
getGlossaryAsync
in interface AmazonDataZoneAsync
public Future<GetGlossaryResult> getGlossaryAsync(GetGlossaryRequest request, AsyncHandler<GetGlossaryRequest,GetGlossaryResult> asyncHandler)
AmazonDataZoneAsync
Gets a business glossary in Amazon DataZone.
getGlossaryAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetGlossaryTermResult> getGlossaryTermAsync(GetGlossaryTermRequest request)
AmazonDataZoneAsync
Gets a business glossary term in Amazon DataZone.
getGlossaryTermAsync
in interface AmazonDataZoneAsync
public Future<GetGlossaryTermResult> getGlossaryTermAsync(GetGlossaryTermRequest request, AsyncHandler<GetGlossaryTermRequest,GetGlossaryTermResult> asyncHandler)
AmazonDataZoneAsync
Gets a business glossary term in Amazon DataZone.
getGlossaryTermAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetGroupProfileResult> getGroupProfileAsync(GetGroupProfileRequest request)
AmazonDataZoneAsync
Gets a group profile in Amazon DataZone.
getGroupProfileAsync
in interface AmazonDataZoneAsync
public Future<GetGroupProfileResult> getGroupProfileAsync(GetGroupProfileRequest request, AsyncHandler<GetGroupProfileRequest,GetGroupProfileResult> asyncHandler)
AmazonDataZoneAsync
Gets a group profile in Amazon DataZone.
getGroupProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetIamPortalLoginUrlResult> getIamPortalLoginUrlAsync(GetIamPortalLoginUrlRequest request)
AmazonDataZoneAsync
Gets the data portal URL for the specified Amazon DataZone domain.
getIamPortalLoginUrlAsync
in interface AmazonDataZoneAsync
public Future<GetIamPortalLoginUrlResult> getIamPortalLoginUrlAsync(GetIamPortalLoginUrlRequest request, AsyncHandler<GetIamPortalLoginUrlRequest,GetIamPortalLoginUrlResult> asyncHandler)
AmazonDataZoneAsync
Gets the data portal URL for the specified Amazon DataZone domain.
getIamPortalLoginUrlAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetLineageNodeResult> getLineageNodeAsync(GetLineageNodeRequest request)
AmazonDataZoneAsync
Gets the data lineage node.
getLineageNodeAsync
in interface AmazonDataZoneAsync
public Future<GetLineageNodeResult> getLineageNodeAsync(GetLineageNodeRequest request, AsyncHandler<GetLineageNodeRequest,GetLineageNodeResult> asyncHandler)
AmazonDataZoneAsync
Gets the data lineage node.
getLineageNodeAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetListingResult> getListingAsync(GetListingRequest request)
AmazonDataZoneAsync
Gets a listing (a record of an asset at a given time).
getListingAsync
in interface AmazonDataZoneAsync
public Future<GetListingResult> getListingAsync(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResult> asyncHandler)
AmazonDataZoneAsync
Gets a listing (a record of an asset at a given time).
getListingAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMetadataGenerationRunResult> getMetadataGenerationRunAsync(GetMetadataGenerationRunRequest request)
AmazonDataZoneAsync
Gets a metadata generation run in Amazon DataZone.
getMetadataGenerationRunAsync
in interface AmazonDataZoneAsync
public Future<GetMetadataGenerationRunResult> getMetadataGenerationRunAsync(GetMetadataGenerationRunRequest request, AsyncHandler<GetMetadataGenerationRunRequest,GetMetadataGenerationRunResult> asyncHandler)
AmazonDataZoneAsync
Gets a metadata generation run in Amazon DataZone.
getMetadataGenerationRunAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProjectResult> getProjectAsync(GetProjectRequest request)
AmazonDataZoneAsync
Gets a project in Amazon DataZone.
getProjectAsync
in interface AmazonDataZoneAsync
public Future<GetProjectResult> getProjectAsync(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler)
AmazonDataZoneAsync
Gets a project in Amazon DataZone.
getProjectAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSubscriptionResult> getSubscriptionAsync(GetSubscriptionRequest request)
AmazonDataZoneAsync
Gets a subscription in Amazon DataZone.
getSubscriptionAsync
in interface AmazonDataZoneAsync
public Future<GetSubscriptionResult> getSubscriptionAsync(GetSubscriptionRequest request, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResult> asyncHandler)
AmazonDataZoneAsync
Gets a subscription in Amazon DataZone.
getSubscriptionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSubscriptionGrantResult> getSubscriptionGrantAsync(GetSubscriptionGrantRequest request)
AmazonDataZoneAsync
Gets the subscription grant in Amazon DataZone.
getSubscriptionGrantAsync
in interface AmazonDataZoneAsync
public Future<GetSubscriptionGrantResult> getSubscriptionGrantAsync(GetSubscriptionGrantRequest request, AsyncHandler<GetSubscriptionGrantRequest,GetSubscriptionGrantResult> asyncHandler)
AmazonDataZoneAsync
Gets the subscription grant in Amazon DataZone.
getSubscriptionGrantAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSubscriptionRequestDetailsResult> getSubscriptionRequestDetailsAsync(GetSubscriptionRequestDetailsRequest request)
AmazonDataZoneAsync
Gets the details of the specified subscription request.
getSubscriptionRequestDetailsAsync
in interface AmazonDataZoneAsync
public Future<GetSubscriptionRequestDetailsResult> getSubscriptionRequestDetailsAsync(GetSubscriptionRequestDetailsRequest request, AsyncHandler<GetSubscriptionRequestDetailsRequest,GetSubscriptionRequestDetailsResult> asyncHandler)
AmazonDataZoneAsync
Gets the details of the specified subscription request.
getSubscriptionRequestDetailsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSubscriptionTargetResult> getSubscriptionTargetAsync(GetSubscriptionTargetRequest request)
AmazonDataZoneAsync
Gets the subscription target in Amazon DataZone.
getSubscriptionTargetAsync
in interface AmazonDataZoneAsync
public Future<GetSubscriptionTargetResult> getSubscriptionTargetAsync(GetSubscriptionTargetRequest request, AsyncHandler<GetSubscriptionTargetRequest,GetSubscriptionTargetResult> asyncHandler)
AmazonDataZoneAsync
Gets the subscription target in Amazon DataZone.
getSubscriptionTargetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTimeSeriesDataPointResult> getTimeSeriesDataPointAsync(GetTimeSeriesDataPointRequest request)
AmazonDataZoneAsync
Gets the existing data point for the asset.
getTimeSeriesDataPointAsync
in interface AmazonDataZoneAsync
public Future<GetTimeSeriesDataPointResult> getTimeSeriesDataPointAsync(GetTimeSeriesDataPointRequest request, AsyncHandler<GetTimeSeriesDataPointRequest,GetTimeSeriesDataPointResult> asyncHandler)
AmazonDataZoneAsync
Gets the existing data point for the asset.
getTimeSeriesDataPointAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetUserProfileResult> getUserProfileAsync(GetUserProfileRequest request)
AmazonDataZoneAsync
Gets a user profile in Amazon DataZone.
getUserProfileAsync
in interface AmazonDataZoneAsync
public Future<GetUserProfileResult> getUserProfileAsync(GetUserProfileRequest request, AsyncHandler<GetUserProfileRequest,GetUserProfileResult> asyncHandler)
AmazonDataZoneAsync
Gets a user profile in Amazon DataZone.
getUserProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAssetFiltersResult> listAssetFiltersAsync(ListAssetFiltersRequest request)
AmazonDataZoneAsync
Lists asset filters.
listAssetFiltersAsync
in interface AmazonDataZoneAsync
public Future<ListAssetFiltersResult> listAssetFiltersAsync(ListAssetFiltersRequest request, AsyncHandler<ListAssetFiltersRequest,ListAssetFiltersResult> asyncHandler)
AmazonDataZoneAsync
Lists asset filters.
listAssetFiltersAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAssetRevisionsResult> listAssetRevisionsAsync(ListAssetRevisionsRequest request)
AmazonDataZoneAsync
Lists the revisions for the asset.
listAssetRevisionsAsync
in interface AmazonDataZoneAsync
public Future<ListAssetRevisionsResult> listAssetRevisionsAsync(ListAssetRevisionsRequest request, AsyncHandler<ListAssetRevisionsRequest,ListAssetRevisionsResult> asyncHandler)
AmazonDataZoneAsync
Lists the revisions for the asset.
listAssetRevisionsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDataSourceRunActivitiesResult> listDataSourceRunActivitiesAsync(ListDataSourceRunActivitiesRequest request)
AmazonDataZoneAsync
Lists data source run activities.
listDataSourceRunActivitiesAsync
in interface AmazonDataZoneAsync
public Future<ListDataSourceRunActivitiesResult> listDataSourceRunActivitiesAsync(ListDataSourceRunActivitiesRequest request, AsyncHandler<ListDataSourceRunActivitiesRequest,ListDataSourceRunActivitiesResult> asyncHandler)
AmazonDataZoneAsync
Lists data source run activities.
listDataSourceRunActivitiesAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDataSourceRunsResult> listDataSourceRunsAsync(ListDataSourceRunsRequest request)
AmazonDataZoneAsync
Lists data source runs in Amazon DataZone.
listDataSourceRunsAsync
in interface AmazonDataZoneAsync
public Future<ListDataSourceRunsResult> listDataSourceRunsAsync(ListDataSourceRunsRequest request, AsyncHandler<ListDataSourceRunsRequest,ListDataSourceRunsResult> asyncHandler)
AmazonDataZoneAsync
Lists data source runs in Amazon DataZone.
listDataSourceRunsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest request)
AmazonDataZoneAsync
Lists data sources in Amazon DataZone.
listDataSourcesAsync
in interface AmazonDataZoneAsync
public Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
AmazonDataZoneAsync
Lists data sources in Amazon DataZone.
listDataSourcesAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request)
AmazonDataZoneAsync
Lists Amazon DataZone domains.
listDomainsAsync
in interface AmazonDataZoneAsync
public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
AmazonDataZoneAsync
Lists Amazon DataZone domains.
listDomainsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnvironmentActionsResult> listEnvironmentActionsAsync(ListEnvironmentActionsRequest request)
AmazonDataZoneAsync
Lists existing environment actions.
listEnvironmentActionsAsync
in interface AmazonDataZoneAsync
public Future<ListEnvironmentActionsResult> listEnvironmentActionsAsync(ListEnvironmentActionsRequest request, AsyncHandler<ListEnvironmentActionsRequest,ListEnvironmentActionsResult> asyncHandler)
AmazonDataZoneAsync
Lists existing environment actions.
listEnvironmentActionsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnvironmentBlueprintConfigurationsResult> listEnvironmentBlueprintConfigurationsAsync(ListEnvironmentBlueprintConfigurationsRequest request)
AmazonDataZoneAsync
Lists blueprint configurations for a Amazon DataZone environment.
listEnvironmentBlueprintConfigurationsAsync
in interface AmazonDataZoneAsync
public Future<ListEnvironmentBlueprintConfigurationsResult> listEnvironmentBlueprintConfigurationsAsync(ListEnvironmentBlueprintConfigurationsRequest request, AsyncHandler<ListEnvironmentBlueprintConfigurationsRequest,ListEnvironmentBlueprintConfigurationsResult> asyncHandler)
AmazonDataZoneAsync
Lists blueprint configurations for a Amazon DataZone environment.
listEnvironmentBlueprintConfigurationsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnvironmentBlueprintsResult> listEnvironmentBlueprintsAsync(ListEnvironmentBlueprintsRequest request)
AmazonDataZoneAsync
Lists blueprints in an Amazon DataZone environment.
listEnvironmentBlueprintsAsync
in interface AmazonDataZoneAsync
public Future<ListEnvironmentBlueprintsResult> listEnvironmentBlueprintsAsync(ListEnvironmentBlueprintsRequest request, AsyncHandler<ListEnvironmentBlueprintsRequest,ListEnvironmentBlueprintsResult> asyncHandler)
AmazonDataZoneAsync
Lists blueprints in an Amazon DataZone environment.
listEnvironmentBlueprintsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnvironmentProfilesResult> listEnvironmentProfilesAsync(ListEnvironmentProfilesRequest request)
AmazonDataZoneAsync
Lists Amazon DataZone environment profiles.
listEnvironmentProfilesAsync
in interface AmazonDataZoneAsync
public Future<ListEnvironmentProfilesResult> listEnvironmentProfilesAsync(ListEnvironmentProfilesRequest request, AsyncHandler<ListEnvironmentProfilesRequest,ListEnvironmentProfilesResult> asyncHandler)
AmazonDataZoneAsync
Lists Amazon DataZone environment profiles.
listEnvironmentProfilesAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request)
AmazonDataZoneAsync
Lists Amazon DataZone environments.
listEnvironmentsAsync
in interface AmazonDataZoneAsync
public Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request, AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
AmazonDataZoneAsync
Lists Amazon DataZone environments.
listEnvironmentsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLineageNodeHistoryResult> listLineageNodeHistoryAsync(ListLineageNodeHistoryRequest request)
AmazonDataZoneAsync
Lists the history of the specified data lineage node.
listLineageNodeHistoryAsync
in interface AmazonDataZoneAsync
public Future<ListLineageNodeHistoryResult> listLineageNodeHistoryAsync(ListLineageNodeHistoryRequest request, AsyncHandler<ListLineageNodeHistoryRequest,ListLineageNodeHistoryResult> asyncHandler)
AmazonDataZoneAsync
Lists the history of the specified data lineage node.
listLineageNodeHistoryAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMetadataGenerationRunsResult> listMetadataGenerationRunsAsync(ListMetadataGenerationRunsRequest request)
AmazonDataZoneAsync
Lists all metadata generation runs.
listMetadataGenerationRunsAsync
in interface AmazonDataZoneAsync
public Future<ListMetadataGenerationRunsResult> listMetadataGenerationRunsAsync(ListMetadataGenerationRunsRequest request, AsyncHandler<ListMetadataGenerationRunsRequest,ListMetadataGenerationRunsResult> asyncHandler)
AmazonDataZoneAsync
Lists all metadata generation runs.
listMetadataGenerationRunsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNotificationsResult> listNotificationsAsync(ListNotificationsRequest request)
AmazonDataZoneAsync
Lists all Amazon DataZone notifications.
listNotificationsAsync
in interface AmazonDataZoneAsync
public Future<ListNotificationsResult> listNotificationsAsync(ListNotificationsRequest request, AsyncHandler<ListNotificationsRequest,ListNotificationsResult> asyncHandler)
AmazonDataZoneAsync
Lists all Amazon DataZone notifications.
listNotificationsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProjectMembershipsResult> listProjectMembershipsAsync(ListProjectMembershipsRequest request)
AmazonDataZoneAsync
Lists all members of the specified project.
listProjectMembershipsAsync
in interface AmazonDataZoneAsync
public Future<ListProjectMembershipsResult> listProjectMembershipsAsync(ListProjectMembershipsRequest request, AsyncHandler<ListProjectMembershipsRequest,ListProjectMembershipsResult> asyncHandler)
AmazonDataZoneAsync
Lists all members of the specified project.
listProjectMembershipsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest request)
AmazonDataZoneAsync
Lists Amazon DataZone projects.
listProjectsAsync
in interface AmazonDataZoneAsync
public Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
AmazonDataZoneAsync
Lists Amazon DataZone projects.
listProjectsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSubscriptionGrantsResult> listSubscriptionGrantsAsync(ListSubscriptionGrantsRequest request)
AmazonDataZoneAsync
Lists subscription grants.
listSubscriptionGrantsAsync
in interface AmazonDataZoneAsync
public Future<ListSubscriptionGrantsResult> listSubscriptionGrantsAsync(ListSubscriptionGrantsRequest request, AsyncHandler<ListSubscriptionGrantsRequest,ListSubscriptionGrantsResult> asyncHandler)
AmazonDataZoneAsync
Lists subscription grants.
listSubscriptionGrantsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSubscriptionRequestsResult> listSubscriptionRequestsAsync(ListSubscriptionRequestsRequest request)
AmazonDataZoneAsync
Lists Amazon DataZone subscription requests.
listSubscriptionRequestsAsync
in interface AmazonDataZoneAsync
public Future<ListSubscriptionRequestsResult> listSubscriptionRequestsAsync(ListSubscriptionRequestsRequest request, AsyncHandler<ListSubscriptionRequestsRequest,ListSubscriptionRequestsResult> asyncHandler)
AmazonDataZoneAsync
Lists Amazon DataZone subscription requests.
listSubscriptionRequestsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSubscriptionTargetsResult> listSubscriptionTargetsAsync(ListSubscriptionTargetsRequest request)
AmazonDataZoneAsync
Lists subscription targets in Amazon DataZone.
listSubscriptionTargetsAsync
in interface AmazonDataZoneAsync
public Future<ListSubscriptionTargetsResult> listSubscriptionTargetsAsync(ListSubscriptionTargetsRequest request, AsyncHandler<ListSubscriptionTargetsRequest,ListSubscriptionTargetsResult> asyncHandler)
AmazonDataZoneAsync
Lists subscription targets in Amazon DataZone.
listSubscriptionTargetsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest request)
AmazonDataZoneAsync
Lists subscriptions in Amazon DataZone.
listSubscriptionsAsync
in interface AmazonDataZoneAsync
public Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
AmazonDataZoneAsync
Lists subscriptions in Amazon DataZone.
listSubscriptionsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonDataZoneAsync
Lists tags for the specified resource in Amazon DataZone.
listTagsForResourceAsync
in interface AmazonDataZoneAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonDataZoneAsync
Lists tags for the specified resource in Amazon DataZone.
listTagsForResourceAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTimeSeriesDataPointsResult> listTimeSeriesDataPointsAsync(ListTimeSeriesDataPointsRequest request)
AmazonDataZoneAsync
Lists time series data points.
listTimeSeriesDataPointsAsync
in interface AmazonDataZoneAsync
public Future<ListTimeSeriesDataPointsResult> listTimeSeriesDataPointsAsync(ListTimeSeriesDataPointsRequest request, AsyncHandler<ListTimeSeriesDataPointsRequest,ListTimeSeriesDataPointsResult> asyncHandler)
AmazonDataZoneAsync
Lists time series data points.
listTimeSeriesDataPointsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PostLineageEventResult> postLineageEventAsync(PostLineageEventRequest request)
AmazonDataZoneAsync
Posts a data lineage event.
postLineageEventAsync
in interface AmazonDataZoneAsync
public Future<PostLineageEventResult> postLineageEventAsync(PostLineageEventRequest request, AsyncHandler<PostLineageEventRequest,PostLineageEventResult> asyncHandler)
AmazonDataZoneAsync
Posts a data lineage event.
postLineageEventAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PostTimeSeriesDataPointsResult> postTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest request)
AmazonDataZoneAsync
Posts time series data points to Amazon DataZone for the specified asset.
postTimeSeriesDataPointsAsync
in interface AmazonDataZoneAsync
public Future<PostTimeSeriesDataPointsResult> postTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest request, AsyncHandler<PostTimeSeriesDataPointsRequest,PostTimeSeriesDataPointsResult> asyncHandler)
AmazonDataZoneAsync
Posts time series data points to Amazon DataZone for the specified asset.
postTimeSeriesDataPointsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutEnvironmentBlueprintConfigurationResult> putEnvironmentBlueprintConfigurationAsync(PutEnvironmentBlueprintConfigurationRequest request)
AmazonDataZoneAsync
Writes the configuration for the specified environment blueprint in Amazon DataZone.
putEnvironmentBlueprintConfigurationAsync
in interface AmazonDataZoneAsync
public Future<PutEnvironmentBlueprintConfigurationResult> putEnvironmentBlueprintConfigurationAsync(PutEnvironmentBlueprintConfigurationRequest request, AsyncHandler<PutEnvironmentBlueprintConfigurationRequest,PutEnvironmentBlueprintConfigurationResult> asyncHandler)
AmazonDataZoneAsync
Writes the configuration for the specified environment blueprint in Amazon DataZone.
putEnvironmentBlueprintConfigurationAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RejectPredictionsResult> rejectPredictionsAsync(RejectPredictionsRequest request)
AmazonDataZoneAsync
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
rejectPredictionsAsync
in interface AmazonDataZoneAsync
public Future<RejectPredictionsResult> rejectPredictionsAsync(RejectPredictionsRequest request, AsyncHandler<RejectPredictionsRequest,RejectPredictionsResult> asyncHandler)
AmazonDataZoneAsync
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
rejectPredictionsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RejectSubscriptionRequestResult> rejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest request)
AmazonDataZoneAsync
Rejects the specified subscription request.
rejectSubscriptionRequestAsync
in interface AmazonDataZoneAsync
public Future<RejectSubscriptionRequestResult> rejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest request, AsyncHandler<RejectSubscriptionRequestRequest,RejectSubscriptionRequestResult> asyncHandler)
AmazonDataZoneAsync
Rejects the specified subscription request.
rejectSubscriptionRequestAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RevokeSubscriptionResult> revokeSubscriptionAsync(RevokeSubscriptionRequest request)
AmazonDataZoneAsync
Revokes a specified subscription in Amazon DataZone.
revokeSubscriptionAsync
in interface AmazonDataZoneAsync
public Future<RevokeSubscriptionResult> revokeSubscriptionAsync(RevokeSubscriptionRequest request, AsyncHandler<RevokeSubscriptionRequest,RevokeSubscriptionResult> asyncHandler)
AmazonDataZoneAsync
Revokes a specified subscription in Amazon DataZone.
revokeSubscriptionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchResult> searchAsync(SearchRequest request)
AmazonDataZoneAsync
Searches for assets in Amazon DataZone.
searchAsync
in interface AmazonDataZoneAsync
public Future<SearchResult> searchAsync(SearchRequest request, AsyncHandler<SearchRequest,SearchResult> asyncHandler)
AmazonDataZoneAsync
Searches for assets in Amazon DataZone.
searchAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchGroupProfilesResult> searchGroupProfilesAsync(SearchGroupProfilesRequest request)
AmazonDataZoneAsync
Searches group profiles in Amazon DataZone.
searchGroupProfilesAsync
in interface AmazonDataZoneAsync
public Future<SearchGroupProfilesResult> searchGroupProfilesAsync(SearchGroupProfilesRequest request, AsyncHandler<SearchGroupProfilesRequest,SearchGroupProfilesResult> asyncHandler)
AmazonDataZoneAsync
Searches group profiles in Amazon DataZone.
searchGroupProfilesAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchListingsResult> searchListingsAsync(SearchListingsRequest request)
AmazonDataZoneAsync
Searches listings (records of an asset at a given time) in Amazon DataZone.
searchListingsAsync
in interface AmazonDataZoneAsync
public Future<SearchListingsResult> searchListingsAsync(SearchListingsRequest request, AsyncHandler<SearchListingsRequest,SearchListingsResult> asyncHandler)
AmazonDataZoneAsync
Searches listings (records of an asset at a given time) in Amazon DataZone.
searchListingsAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchTypesResult> searchTypesAsync(SearchTypesRequest request)
AmazonDataZoneAsync
Searches for types in Amazon DataZone.
searchTypesAsync
in interface AmazonDataZoneAsync
public Future<SearchTypesResult> searchTypesAsync(SearchTypesRequest request, AsyncHandler<SearchTypesRequest,SearchTypesResult> asyncHandler)
AmazonDataZoneAsync
Searches for types in Amazon DataZone.
searchTypesAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchUserProfilesResult> searchUserProfilesAsync(SearchUserProfilesRequest request)
AmazonDataZoneAsync
Searches user profiles in Amazon DataZone.
searchUserProfilesAsync
in interface AmazonDataZoneAsync
public Future<SearchUserProfilesResult> searchUserProfilesAsync(SearchUserProfilesRequest request, AsyncHandler<SearchUserProfilesRequest,SearchUserProfilesResult> asyncHandler)
AmazonDataZoneAsync
Searches user profiles in Amazon DataZone.
searchUserProfilesAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartDataSourceRunResult> startDataSourceRunAsync(StartDataSourceRunRequest request)
AmazonDataZoneAsync
Start the run of the specified data source in Amazon DataZone.
startDataSourceRunAsync
in interface AmazonDataZoneAsync
public Future<StartDataSourceRunResult> startDataSourceRunAsync(StartDataSourceRunRequest request, AsyncHandler<StartDataSourceRunRequest,StartDataSourceRunResult> asyncHandler)
AmazonDataZoneAsync
Start the run of the specified data source in Amazon DataZone.
startDataSourceRunAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartMetadataGenerationRunResult> startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest request)
AmazonDataZoneAsync
Starts the metadata generation run.
startMetadataGenerationRunAsync
in interface AmazonDataZoneAsync
public Future<StartMetadataGenerationRunResult> startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest request, AsyncHandler<StartMetadataGenerationRunRequest,StartMetadataGenerationRunResult> asyncHandler)
AmazonDataZoneAsync
Starts the metadata generation run.
startMetadataGenerationRunAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonDataZoneAsync
Tags a resource in Amazon DataZone.
tagResourceAsync
in interface AmazonDataZoneAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonDataZoneAsync
Tags a resource in Amazon DataZone.
tagResourceAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonDataZoneAsync
Untags a resource in Amazon DataZone.
untagResourceAsync
in interface AmazonDataZoneAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonDataZoneAsync
Untags a resource in Amazon DataZone.
untagResourceAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAssetFilterResult> updateAssetFilterAsync(UpdateAssetFilterRequest request)
AmazonDataZoneAsync
Updates an asset filter.
updateAssetFilterAsync
in interface AmazonDataZoneAsync
public Future<UpdateAssetFilterResult> updateAssetFilterAsync(UpdateAssetFilterRequest request, AsyncHandler<UpdateAssetFilterRequest,UpdateAssetFilterResult> asyncHandler)
AmazonDataZoneAsync
Updates an asset filter.
updateAssetFilterAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest request)
AmazonDataZoneAsync
Updates the specified data source in Amazon DataZone.
updateDataSourceAsync
in interface AmazonDataZoneAsync
public Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest request, AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler)
AmazonDataZoneAsync
Updates the specified data source in Amazon DataZone.
updateDataSourceAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest request)
AmazonDataZoneAsync
Updates a Amazon DataZone domain.
updateDomainAsync
in interface AmazonDataZoneAsync
public Future<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler)
AmazonDataZoneAsync
Updates a Amazon DataZone domain.
updateDomainAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request)
AmazonDataZoneAsync
Updates the specified environment in Amazon DataZone.
updateEnvironmentAsync
in interface AmazonDataZoneAsync
public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AmazonDataZoneAsync
Updates the specified environment in Amazon DataZone.
updateEnvironmentAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEnvironmentActionResult> updateEnvironmentActionAsync(UpdateEnvironmentActionRequest request)
AmazonDataZoneAsync
Updates an environment action.
updateEnvironmentActionAsync
in interface AmazonDataZoneAsync
public Future<UpdateEnvironmentActionResult> updateEnvironmentActionAsync(UpdateEnvironmentActionRequest request, AsyncHandler<UpdateEnvironmentActionRequest,UpdateEnvironmentActionResult> asyncHandler)
AmazonDataZoneAsync
Updates an environment action.
updateEnvironmentActionAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEnvironmentProfileResult> updateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest request)
AmazonDataZoneAsync
Updates the specified environment profile in Amazon DataZone.
updateEnvironmentProfileAsync
in interface AmazonDataZoneAsync
public Future<UpdateEnvironmentProfileResult> updateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest request, AsyncHandler<UpdateEnvironmentProfileRequest,UpdateEnvironmentProfileResult> asyncHandler)
AmazonDataZoneAsync
Updates the specified environment profile in Amazon DataZone.
updateEnvironmentProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateGlossaryResult> updateGlossaryAsync(UpdateGlossaryRequest request)
AmazonDataZoneAsync
Updates the business glossary in Amazon DataZone.
updateGlossaryAsync
in interface AmazonDataZoneAsync
public Future<UpdateGlossaryResult> updateGlossaryAsync(UpdateGlossaryRequest request, AsyncHandler<UpdateGlossaryRequest,UpdateGlossaryResult> asyncHandler)
AmazonDataZoneAsync
Updates the business glossary in Amazon DataZone.
updateGlossaryAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateGlossaryTermResult> updateGlossaryTermAsync(UpdateGlossaryTermRequest request)
AmazonDataZoneAsync
Updates a business glossary term in Amazon DataZone.
updateGlossaryTermAsync
in interface AmazonDataZoneAsync
public Future<UpdateGlossaryTermResult> updateGlossaryTermAsync(UpdateGlossaryTermRequest request, AsyncHandler<UpdateGlossaryTermRequest,UpdateGlossaryTermResult> asyncHandler)
AmazonDataZoneAsync
Updates a business glossary term in Amazon DataZone.
updateGlossaryTermAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateGroupProfileResult> updateGroupProfileAsync(UpdateGroupProfileRequest request)
AmazonDataZoneAsync
Updates the specified group profile in Amazon DataZone.
updateGroupProfileAsync
in interface AmazonDataZoneAsync
public Future<UpdateGroupProfileResult> updateGroupProfileAsync(UpdateGroupProfileRequest request, AsyncHandler<UpdateGroupProfileRequest,UpdateGroupProfileResult> asyncHandler)
AmazonDataZoneAsync
Updates the specified group profile in Amazon DataZone.
updateGroupProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request)
AmazonDataZoneAsync
Updates the specified project in Amazon DataZone.
updateProjectAsync
in interface AmazonDataZoneAsync
public Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
AmazonDataZoneAsync
Updates the specified project in Amazon DataZone.
updateProjectAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSubscriptionGrantStatusResult> updateSubscriptionGrantStatusAsync(UpdateSubscriptionGrantStatusRequest request)
AmazonDataZoneAsync
Updates the status of the specified subscription grant status in Amazon DataZone.
updateSubscriptionGrantStatusAsync
in interface AmazonDataZoneAsync
public Future<UpdateSubscriptionGrantStatusResult> updateSubscriptionGrantStatusAsync(UpdateSubscriptionGrantStatusRequest request, AsyncHandler<UpdateSubscriptionGrantStatusRequest,UpdateSubscriptionGrantStatusResult> asyncHandler)
AmazonDataZoneAsync
Updates the status of the specified subscription grant status in Amazon DataZone.
updateSubscriptionGrantStatusAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSubscriptionRequestResult> updateSubscriptionRequestAsync(UpdateSubscriptionRequestRequest request)
AmazonDataZoneAsync
Updates a specified subscription request in Amazon DataZone.
updateSubscriptionRequestAsync
in interface AmazonDataZoneAsync
public Future<UpdateSubscriptionRequestResult> updateSubscriptionRequestAsync(UpdateSubscriptionRequestRequest request, AsyncHandler<UpdateSubscriptionRequestRequest,UpdateSubscriptionRequestResult> asyncHandler)
AmazonDataZoneAsync
Updates a specified subscription request in Amazon DataZone.
updateSubscriptionRequestAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSubscriptionTargetResult> updateSubscriptionTargetAsync(UpdateSubscriptionTargetRequest request)
AmazonDataZoneAsync
Updates the specified subscription target in Amazon DataZone.
updateSubscriptionTargetAsync
in interface AmazonDataZoneAsync
public Future<UpdateSubscriptionTargetResult> updateSubscriptionTargetAsync(UpdateSubscriptionTargetRequest request, AsyncHandler<UpdateSubscriptionTargetRequest,UpdateSubscriptionTargetResult> asyncHandler)
AmazonDataZoneAsync
Updates the specified subscription target in Amazon DataZone.
updateSubscriptionTargetAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserProfileResult> updateUserProfileAsync(UpdateUserProfileRequest request)
AmazonDataZoneAsync
Updates the specified user profile in Amazon DataZone.
updateUserProfileAsync
in interface AmazonDataZoneAsync
public Future<UpdateUserProfileResult> updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler)
AmazonDataZoneAsync
Updates the specified user profile in Amazon DataZone.
updateUserProfileAsync
in interface AmazonDataZoneAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonDataZone
shutdown
in class AmazonDataZoneClient