@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonDataZoneAsync extends AmazonDataZone
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonDataZoneAsync
instead.
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.
ENDPOINT_PREFIX
acceptPredictions, acceptSubscriptionRequest, cancelSubscription, createAsset, createAssetRevision, createAssetType, createDataSource, createDomain, createEnvironment, createEnvironmentProfile, createFormType, createGlossary, createGlossaryTerm, createGroupProfile, createListingChangeSet, createProject, createProjectMembership, createSubscriptionGrant, createSubscriptionRequest, createSubscriptionTarget, createUserProfile, deleteAsset, deleteAssetType, deleteDataSource, deleteDomain, deleteEnvironment, deleteEnvironmentBlueprintConfiguration, deleteEnvironmentProfile, deleteFormType, deleteGlossary, deleteGlossaryTerm, deleteListing, deleteProject, deleteProjectMembership, deleteSubscriptionGrant, deleteSubscriptionRequest, deleteSubscriptionTarget, getAsset, getAssetType, getCachedResponseMetadata, getDataSource, getDataSourceRun, getDomain, getEnvironment, getEnvironmentBlueprint, getEnvironmentBlueprintConfiguration, getEnvironmentProfile, getFormType, getGlossary, getGlossaryTerm, getGroupProfile, getIamPortalLoginUrl, getListing, getProject, getSubscription, getSubscriptionGrant, getSubscriptionRequestDetails, getSubscriptionTarget, getUserProfile, listAssetRevisions, listDataSourceRunActivities, listDataSourceRuns, listDataSources, listDomains, listEnvironmentBlueprintConfigurations, listEnvironmentBlueprints, listEnvironmentProfiles, listEnvironments, listNotifications, listProjectMemberships, listProjects, listSubscriptionGrants, listSubscriptionRequests, listSubscriptions, listSubscriptionTargets, listTagsForResource, putEnvironmentBlueprintConfiguration, rejectPredictions, rejectSubscriptionRequest, revokeSubscription, search, searchGroupProfiles, searchListings, searchTypes, searchUserProfiles, shutdown, startDataSourceRun, tagResource, untagResource, updateDataSource, updateDomain, updateEnvironment, updateEnvironmentProfile, updateGlossary, updateGlossaryTerm, updateGroupProfile, updateProject, updateSubscriptionGrantStatus, updateSubscriptionRequest, updateSubscriptionTarget, updateUserProfile
Future<AcceptPredictionsResult> acceptPredictionsAsync(AcceptPredictionsRequest acceptPredictionsRequest)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
acceptPredictionsRequest
- Future<AcceptPredictionsResult> acceptPredictionsAsync(AcceptPredictionsRequest acceptPredictionsRequest, AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
acceptPredictionsRequest
- 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.Future<AcceptSubscriptionRequestResult> acceptSubscriptionRequestAsync(AcceptSubscriptionRequestRequest acceptSubscriptionRequestRequest)
Accepts a subscription request to a specific asset.
acceptSubscriptionRequestRequest
- Future<AcceptSubscriptionRequestResult> acceptSubscriptionRequestAsync(AcceptSubscriptionRequestRequest acceptSubscriptionRequestRequest, AsyncHandler<AcceptSubscriptionRequestRequest,AcceptSubscriptionRequestResult> asyncHandler)
Accepts a subscription request to a specific asset.
acceptSubscriptionRequestRequest
- 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.Future<CancelSubscriptionResult> cancelSubscriptionAsync(CancelSubscriptionRequest cancelSubscriptionRequest)
Cancels the subscription to the specified asset.
cancelSubscriptionRequest
- Future<CancelSubscriptionResult> cancelSubscriptionAsync(CancelSubscriptionRequest cancelSubscriptionRequest, AsyncHandler<CancelSubscriptionRequest,CancelSubscriptionResult> asyncHandler)
Cancels the subscription to the specified asset.
cancelSubscriptionRequest
- 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.Future<CreateAssetResult> createAssetAsync(CreateAssetRequest createAssetRequest)
Creates an asset in Amazon DataZone catalog.
createAssetRequest
- Future<CreateAssetResult> createAssetAsync(CreateAssetRequest createAssetRequest, AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler)
Creates an asset in Amazon DataZone catalog.
createAssetRequest
- 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.Future<CreateAssetRevisionResult> createAssetRevisionAsync(CreateAssetRevisionRequest createAssetRevisionRequest)
Creates a revision of the asset.
createAssetRevisionRequest
- Future<CreateAssetRevisionResult> createAssetRevisionAsync(CreateAssetRevisionRequest createAssetRevisionRequest, AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler)
Creates a revision of the asset.
createAssetRevisionRequest
- 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.Future<CreateAssetTypeResult> createAssetTypeAsync(CreateAssetTypeRequest createAssetTypeRequest)
Creates a custom asset type.
createAssetTypeRequest
- Future<CreateAssetTypeResult> createAssetTypeAsync(CreateAssetTypeRequest createAssetTypeRequest, AsyncHandler<CreateAssetTypeRequest,CreateAssetTypeResult> asyncHandler)
Creates a custom asset type.
createAssetTypeRequest
- 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.Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest createDataSourceRequest)
Creates an Amazon DataZone data source.
createDataSourceRequest
- Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest createDataSourceRequest, AsyncHandler<CreateDataSourceRequest,CreateDataSourceResult> asyncHandler)
Creates an Amazon DataZone data source.
createDataSourceRequest
- 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.Future<CreateDomainResult> createDomainAsync(CreateDomainRequest createDomainRequest)
Creates an Amazon DataZone domain.
createDomainRequest
- Future<CreateDomainResult> createDomainAsync(CreateDomainRequest createDomainRequest, AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates an Amazon DataZone domain.
createDomainRequest
- 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.Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
Create an Amazon DataZone environment.
createEnvironmentRequest
- Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Create an Amazon DataZone environment.
createEnvironmentRequest
- 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.Future<CreateEnvironmentProfileResult> createEnvironmentProfileAsync(CreateEnvironmentProfileRequest createEnvironmentProfileRequest)
Creates an Amazon DataZone environment profile.
createEnvironmentProfileRequest
- Future<CreateEnvironmentProfileResult> createEnvironmentProfileAsync(CreateEnvironmentProfileRequest createEnvironmentProfileRequest, AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler)
Creates an Amazon DataZone environment profile.
createEnvironmentProfileRequest
- 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.Future<CreateFormTypeResult> createFormTypeAsync(CreateFormTypeRequest createFormTypeRequest)
Creates a metadata form type.
createFormTypeRequest
- Future<CreateFormTypeResult> createFormTypeAsync(CreateFormTypeRequest createFormTypeRequest, AsyncHandler<CreateFormTypeRequest,CreateFormTypeResult> asyncHandler)
Creates a metadata form type.
createFormTypeRequest
- 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.Future<CreateGlossaryResult> createGlossaryAsync(CreateGlossaryRequest createGlossaryRequest)
Creates an Amazon DataZone business glossary.
createGlossaryRequest
- Future<CreateGlossaryResult> createGlossaryAsync(CreateGlossaryRequest createGlossaryRequest, AsyncHandler<CreateGlossaryRequest,CreateGlossaryResult> asyncHandler)
Creates an Amazon DataZone business glossary.
createGlossaryRequest
- 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.Future<CreateGlossaryTermResult> createGlossaryTermAsync(CreateGlossaryTermRequest createGlossaryTermRequest)
Creates a business glossary term.
createGlossaryTermRequest
- Future<CreateGlossaryTermResult> createGlossaryTermAsync(CreateGlossaryTermRequest createGlossaryTermRequest, AsyncHandler<CreateGlossaryTermRequest,CreateGlossaryTermResult> asyncHandler)
Creates a business glossary term.
createGlossaryTermRequest
- 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.Future<CreateGroupProfileResult> createGroupProfileAsync(CreateGroupProfileRequest createGroupProfileRequest)
Creates a group profile in Amazon DataZone.
createGroupProfileRequest
- Future<CreateGroupProfileResult> createGroupProfileAsync(CreateGroupProfileRequest createGroupProfileRequest, AsyncHandler<CreateGroupProfileRequest,CreateGroupProfileResult> asyncHandler)
Creates a group profile in Amazon DataZone.
createGroupProfileRequest
- 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.Future<CreateListingChangeSetResult> createListingChangeSetAsync(CreateListingChangeSetRequest createListingChangeSetRequest)
createListingChangeSetRequest
- Future<CreateListingChangeSetResult> createListingChangeSetAsync(CreateListingChangeSetRequest createListingChangeSetRequest, AsyncHandler<CreateListingChangeSetRequest,CreateListingChangeSetResult> asyncHandler)
createListingChangeSetRequest
- 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.Future<CreateProjectResult> createProjectAsync(CreateProjectRequest createProjectRequest)
Creates an Amazon DataZone project.
createProjectRequest
- Future<CreateProjectResult> createProjectAsync(CreateProjectRequest createProjectRequest, AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates an Amazon DataZone project.
createProjectRequest
- 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.Future<CreateProjectMembershipResult> createProjectMembershipAsync(CreateProjectMembershipRequest createProjectMembershipRequest)
Creates a project membership in Amazon DataZone.
createProjectMembershipRequest
- Future<CreateProjectMembershipResult> createProjectMembershipAsync(CreateProjectMembershipRequest createProjectMembershipRequest, AsyncHandler<CreateProjectMembershipRequest,CreateProjectMembershipResult> asyncHandler)
Creates a project membership in Amazon DataZone.
createProjectMembershipRequest
- 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.Future<CreateSubscriptionGrantResult> createSubscriptionGrantAsync(CreateSubscriptionGrantRequest createSubscriptionGrantRequest)
Creates a subsscription grant in Amazon DataZone.
createSubscriptionGrantRequest
- Future<CreateSubscriptionGrantResult> createSubscriptionGrantAsync(CreateSubscriptionGrantRequest createSubscriptionGrantRequest, AsyncHandler<CreateSubscriptionGrantRequest,CreateSubscriptionGrantResult> asyncHandler)
Creates a subsscription grant in Amazon DataZone.
createSubscriptionGrantRequest
- 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.Future<CreateSubscriptionRequestResult> createSubscriptionRequestAsync(CreateSubscriptionRequestRequest createSubscriptionRequestRequest)
Creates a subscription request in Amazon DataZone.
createSubscriptionRequestRequest
- Future<CreateSubscriptionRequestResult> createSubscriptionRequestAsync(CreateSubscriptionRequestRequest createSubscriptionRequestRequest, AsyncHandler<CreateSubscriptionRequestRequest,CreateSubscriptionRequestResult> asyncHandler)
Creates a subscription request in Amazon DataZone.
createSubscriptionRequestRequest
- 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.Future<CreateSubscriptionTargetResult> createSubscriptionTargetAsync(CreateSubscriptionTargetRequest createSubscriptionTargetRequest)
Creates a subscription target in Amazon DataZone.
createSubscriptionTargetRequest
- Future<CreateSubscriptionTargetResult> createSubscriptionTargetAsync(CreateSubscriptionTargetRequest createSubscriptionTargetRequest, AsyncHandler<CreateSubscriptionTargetRequest,CreateSubscriptionTargetResult> asyncHandler)
Creates a subscription target in Amazon DataZone.
createSubscriptionTargetRequest
- 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.Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest)
Creates a user profile in Amazon DataZone.
createUserProfileRequest
- Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest, AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
Creates a user profile in Amazon DataZone.
createUserProfileRequest
- 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.Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest deleteAssetRequest)
Delets an asset in Amazon DataZone.
deleteAssetRequest
- Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest deleteAssetRequest, AsyncHandler<DeleteAssetRequest,DeleteAssetResult> asyncHandler)
Delets an asset in Amazon DataZone.
deleteAssetRequest
- 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.Future<DeleteAssetTypeResult> deleteAssetTypeAsync(DeleteAssetTypeRequest deleteAssetTypeRequest)
Deletes an asset type in Amazon DataZone.
deleteAssetTypeRequest
- Future<DeleteAssetTypeResult> deleteAssetTypeAsync(DeleteAssetTypeRequest deleteAssetTypeRequest, AsyncHandler<DeleteAssetTypeRequest,DeleteAssetTypeResult> asyncHandler)
Deletes an asset type in Amazon DataZone.
deleteAssetTypeRequest
- 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.Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest deleteDataSourceRequest)
Deletes a data source in Amazon DataZone.
deleteDataSourceRequest
- Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest deleteDataSourceRequest, AsyncHandler<DeleteDataSourceRequest,DeleteDataSourceResult> asyncHandler)
Deletes a data source in Amazon DataZone.
deleteDataSourceRequest
- 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.Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest deleteDomainRequest)
Deletes a Amazon DataZone domain.
deleteDomainRequest
- Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest deleteDomainRequest, AsyncHandler<DeleteDomainRequest,DeleteDomainResult> asyncHandler)
Deletes a Amazon DataZone domain.
deleteDomainRequest
- 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.Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest deleteEnvironmentRequest)
Deletes an environment in Amazon DataZone.
deleteEnvironmentRequest
- Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest deleteEnvironmentRequest, AsyncHandler<DeleteEnvironmentRequest,DeleteEnvironmentResult> asyncHandler)
Deletes an environment in Amazon DataZone.
deleteEnvironmentRequest
- 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.Future<DeleteEnvironmentBlueprintConfigurationResult> deleteEnvironmentBlueprintConfigurationAsync(DeleteEnvironmentBlueprintConfigurationRequest deleteEnvironmentBlueprintConfigurationRequest)
Deletes the blueprint configuration in Amazon DataZone.
deleteEnvironmentBlueprintConfigurationRequest
- Future<DeleteEnvironmentBlueprintConfigurationResult> deleteEnvironmentBlueprintConfigurationAsync(DeleteEnvironmentBlueprintConfigurationRequest deleteEnvironmentBlueprintConfigurationRequest, AsyncHandler<DeleteEnvironmentBlueprintConfigurationRequest,DeleteEnvironmentBlueprintConfigurationResult> asyncHandler)
Deletes the blueprint configuration in Amazon DataZone.
deleteEnvironmentBlueprintConfigurationRequest
- 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.Future<DeleteEnvironmentProfileResult> deleteEnvironmentProfileAsync(DeleteEnvironmentProfileRequest deleteEnvironmentProfileRequest)
Deletes an environment profile in Amazon DataZone.
deleteEnvironmentProfileRequest
- Future<DeleteEnvironmentProfileResult> deleteEnvironmentProfileAsync(DeleteEnvironmentProfileRequest deleteEnvironmentProfileRequest, AsyncHandler<DeleteEnvironmentProfileRequest,DeleteEnvironmentProfileResult> asyncHandler)
Deletes an environment profile in Amazon DataZone.
deleteEnvironmentProfileRequest
- 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.Future<DeleteFormTypeResult> deleteFormTypeAsync(DeleteFormTypeRequest deleteFormTypeRequest)
Delets and metadata form type in Amazon DataZone.
deleteFormTypeRequest
- Future<DeleteFormTypeResult> deleteFormTypeAsync(DeleteFormTypeRequest deleteFormTypeRequest, AsyncHandler<DeleteFormTypeRequest,DeleteFormTypeResult> asyncHandler)
Delets and metadata form type in Amazon DataZone.
deleteFormTypeRequest
- 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.Future<DeleteGlossaryResult> deleteGlossaryAsync(DeleteGlossaryRequest deleteGlossaryRequest)
Deletes a business glossary in Amazon DataZone.
deleteGlossaryRequest
- Future<DeleteGlossaryResult> deleteGlossaryAsync(DeleteGlossaryRequest deleteGlossaryRequest, AsyncHandler<DeleteGlossaryRequest,DeleteGlossaryResult> asyncHandler)
Deletes a business glossary in Amazon DataZone.
deleteGlossaryRequest
- 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.Future<DeleteGlossaryTermResult> deleteGlossaryTermAsync(DeleteGlossaryTermRequest deleteGlossaryTermRequest)
Deletes a business glossary term in Amazon DataZone.
deleteGlossaryTermRequest
- Future<DeleteGlossaryTermResult> deleteGlossaryTermAsync(DeleteGlossaryTermRequest deleteGlossaryTermRequest, AsyncHandler<DeleteGlossaryTermRequest,DeleteGlossaryTermResult> asyncHandler)
Deletes a business glossary term in Amazon DataZone.
deleteGlossaryTermRequest
- 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.Future<DeleteListingResult> deleteListingAsync(DeleteListingRequest deleteListingRequest)
deleteListingRequest
- Future<DeleteListingResult> deleteListingAsync(DeleteListingRequest deleteListingRequest, AsyncHandler<DeleteListingRequest,DeleteListingResult> asyncHandler)
deleteListingRequest
- 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.Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest deleteProjectRequest)
Deletes a project in Amazon DataZone.
deleteProjectRequest
- Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest deleteProjectRequest, AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes a project in Amazon DataZone.
deleteProjectRequest
- 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.Future<DeleteProjectMembershipResult> deleteProjectMembershipAsync(DeleteProjectMembershipRequest deleteProjectMembershipRequest)
Deletes project membership in Amazon DataZone.
deleteProjectMembershipRequest
- Future<DeleteProjectMembershipResult> deleteProjectMembershipAsync(DeleteProjectMembershipRequest deleteProjectMembershipRequest, AsyncHandler<DeleteProjectMembershipRequest,DeleteProjectMembershipResult> asyncHandler)
Deletes project membership in Amazon DataZone.
deleteProjectMembershipRequest
- 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.Future<DeleteSubscriptionGrantResult> deleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest deleteSubscriptionGrantRequest)
Deletes and subscription grant in Amazon DataZone.
deleteSubscriptionGrantRequest
- Future<DeleteSubscriptionGrantResult> deleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest deleteSubscriptionGrantRequest, AsyncHandler<DeleteSubscriptionGrantRequest,DeleteSubscriptionGrantResult> asyncHandler)
Deletes and subscription grant in Amazon DataZone.
deleteSubscriptionGrantRequest
- 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.Future<DeleteSubscriptionRequestResult> deleteSubscriptionRequestAsync(DeleteSubscriptionRequestRequest deleteSubscriptionRequestRequest)
Deletes a subscription request in Amazon DataZone.
deleteSubscriptionRequestRequest
- Future<DeleteSubscriptionRequestResult> deleteSubscriptionRequestAsync(DeleteSubscriptionRequestRequest deleteSubscriptionRequestRequest, AsyncHandler<DeleteSubscriptionRequestRequest,DeleteSubscriptionRequestResult> asyncHandler)
Deletes a subscription request in Amazon DataZone.
deleteSubscriptionRequestRequest
- 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.Future<DeleteSubscriptionTargetResult> deleteSubscriptionTargetAsync(DeleteSubscriptionTargetRequest deleteSubscriptionTargetRequest)
Deletes a subscription target in Amazon DataZone.
deleteSubscriptionTargetRequest
- Future<DeleteSubscriptionTargetResult> deleteSubscriptionTargetAsync(DeleteSubscriptionTargetRequest deleteSubscriptionTargetRequest, AsyncHandler<DeleteSubscriptionTargetRequest,DeleteSubscriptionTargetResult> asyncHandler)
Deletes a subscription target in Amazon DataZone.
deleteSubscriptionTargetRequest
- 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.Future<GetAssetResult> getAssetAsync(GetAssetRequest getAssetRequest)
Gets an Amazon DataZone asset.
getAssetRequest
- Future<GetAssetResult> getAssetAsync(GetAssetRequest getAssetRequest, AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler)
Gets an Amazon DataZone asset.
getAssetRequest
- 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.Future<GetAssetTypeResult> getAssetTypeAsync(GetAssetTypeRequest getAssetTypeRequest)
Gets an Amazon DataZone asset type.
getAssetTypeRequest
- Future<GetAssetTypeResult> getAssetTypeAsync(GetAssetTypeRequest getAssetTypeRequest, AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler)
Gets an Amazon DataZone asset type.
getAssetTypeRequest
- 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.Future<GetDataSourceResult> getDataSourceAsync(GetDataSourceRequest getDataSourceRequest)
Gets an Amazon DataZone data source.
getDataSourceRequest
- Future<GetDataSourceResult> getDataSourceAsync(GetDataSourceRequest getDataSourceRequest, AsyncHandler<GetDataSourceRequest,GetDataSourceResult> asyncHandler)
Gets an Amazon DataZone data source.
getDataSourceRequest
- 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.Future<GetDataSourceRunResult> getDataSourceRunAsync(GetDataSourceRunRequest getDataSourceRunRequest)
Gets an Amazon DataZone data source run.
getDataSourceRunRequest
- Future<GetDataSourceRunResult> getDataSourceRunAsync(GetDataSourceRunRequest getDataSourceRunRequest, AsyncHandler<GetDataSourceRunRequest,GetDataSourceRunResult> asyncHandler)
Gets an Amazon DataZone data source run.
getDataSourceRunRequest
- 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.Future<GetDomainResult> getDomainAsync(GetDomainRequest getDomainRequest)
Gets an Amazon DataZone domain.
getDomainRequest
- Future<GetDomainResult> getDomainAsync(GetDomainRequest getDomainRequest, AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler)
Gets an Amazon DataZone domain.
getDomainRequest
- 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.Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest)
Gets an Amazon DataZone environment.
getEnvironmentRequest
- Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest, AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
Gets an Amazon DataZone environment.
getEnvironmentRequest
- 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.Future<GetEnvironmentBlueprintResult> getEnvironmentBlueprintAsync(GetEnvironmentBlueprintRequest getEnvironmentBlueprintRequest)
Gets an Amazon DataZone blueprint.
getEnvironmentBlueprintRequest
- Future<GetEnvironmentBlueprintResult> getEnvironmentBlueprintAsync(GetEnvironmentBlueprintRequest getEnvironmentBlueprintRequest, AsyncHandler<GetEnvironmentBlueprintRequest,GetEnvironmentBlueprintResult> asyncHandler)
Gets an Amazon DataZone blueprint.
getEnvironmentBlueprintRequest
- 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.Future<GetEnvironmentBlueprintConfigurationResult> getEnvironmentBlueprintConfigurationAsync(GetEnvironmentBlueprintConfigurationRequest getEnvironmentBlueprintConfigurationRequest)
Gets the blueprint configuration in Amazon DataZone.
getEnvironmentBlueprintConfigurationRequest
- Future<GetEnvironmentBlueprintConfigurationResult> getEnvironmentBlueprintConfigurationAsync(GetEnvironmentBlueprintConfigurationRequest getEnvironmentBlueprintConfigurationRequest, AsyncHandler<GetEnvironmentBlueprintConfigurationRequest,GetEnvironmentBlueprintConfigurationResult> asyncHandler)
Gets the blueprint configuration in Amazon DataZone.
getEnvironmentBlueprintConfigurationRequest
- 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.Future<GetEnvironmentProfileResult> getEnvironmentProfileAsync(GetEnvironmentProfileRequest getEnvironmentProfileRequest)
Gets an evinronment profile in Amazon DataZone.
getEnvironmentProfileRequest
- Future<GetEnvironmentProfileResult> getEnvironmentProfileAsync(GetEnvironmentProfileRequest getEnvironmentProfileRequest, AsyncHandler<GetEnvironmentProfileRequest,GetEnvironmentProfileResult> asyncHandler)
Gets an evinronment profile in Amazon DataZone.
getEnvironmentProfileRequest
- 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.Future<GetFormTypeResult> getFormTypeAsync(GetFormTypeRequest getFormTypeRequest)
Gets a metadata form type in Amazon DataZone.
getFormTypeRequest
- Future<GetFormTypeResult> getFormTypeAsync(GetFormTypeRequest getFormTypeRequest, AsyncHandler<GetFormTypeRequest,GetFormTypeResult> asyncHandler)
Gets a metadata form type in Amazon DataZone.
getFormTypeRequest
- 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.Future<GetGlossaryResult> getGlossaryAsync(GetGlossaryRequest getGlossaryRequest)
Gets a business glossary in Amazon DataZone.
getGlossaryRequest
- Future<GetGlossaryResult> getGlossaryAsync(GetGlossaryRequest getGlossaryRequest, AsyncHandler<GetGlossaryRequest,GetGlossaryResult> asyncHandler)
Gets a business glossary in Amazon DataZone.
getGlossaryRequest
- 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.Future<GetGlossaryTermResult> getGlossaryTermAsync(GetGlossaryTermRequest getGlossaryTermRequest)
Gets a business glossary term in Amazon DataZone.
getGlossaryTermRequest
- Future<GetGlossaryTermResult> getGlossaryTermAsync(GetGlossaryTermRequest getGlossaryTermRequest, AsyncHandler<GetGlossaryTermRequest,GetGlossaryTermResult> asyncHandler)
Gets a business glossary term in Amazon DataZone.
getGlossaryTermRequest
- 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.Future<GetGroupProfileResult> getGroupProfileAsync(GetGroupProfileRequest getGroupProfileRequest)
Gets a group profile in Amazon DataZone.
getGroupProfileRequest
- Future<GetGroupProfileResult> getGroupProfileAsync(GetGroupProfileRequest getGroupProfileRequest, AsyncHandler<GetGroupProfileRequest,GetGroupProfileResult> asyncHandler)
Gets a group profile in Amazon DataZone.
getGroupProfileRequest
- 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.Future<GetIamPortalLoginUrlResult> getIamPortalLoginUrlAsync(GetIamPortalLoginUrlRequest getIamPortalLoginUrlRequest)
Gets the data portal URL for the specified Amazon DataZone domain.
getIamPortalLoginUrlRequest
- Future<GetIamPortalLoginUrlResult> getIamPortalLoginUrlAsync(GetIamPortalLoginUrlRequest getIamPortalLoginUrlRequest, AsyncHandler<GetIamPortalLoginUrlRequest,GetIamPortalLoginUrlResult> asyncHandler)
Gets the data portal URL for the specified Amazon DataZone domain.
getIamPortalLoginUrlRequest
- 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.Future<GetListingResult> getListingAsync(GetListingRequest getListingRequest)
getListingRequest
- Future<GetListingResult> getListingAsync(GetListingRequest getListingRequest, AsyncHandler<GetListingRequest,GetListingResult> asyncHandler)
getListingRequest
- 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.Future<GetProjectResult> getProjectAsync(GetProjectRequest getProjectRequest)
Gets a project in Amazon DataZone.
getProjectRequest
- Future<GetProjectResult> getProjectAsync(GetProjectRequest getProjectRequest, AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler)
Gets a project in Amazon DataZone.
getProjectRequest
- 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.Future<GetSubscriptionResult> getSubscriptionAsync(GetSubscriptionRequest getSubscriptionRequest)
Gets a subscription in Amazon DataZone.
getSubscriptionRequest
- Future<GetSubscriptionResult> getSubscriptionAsync(GetSubscriptionRequest getSubscriptionRequest, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResult> asyncHandler)
Gets a subscription in Amazon DataZone.
getSubscriptionRequest
- 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.Future<GetSubscriptionGrantResult> getSubscriptionGrantAsync(GetSubscriptionGrantRequest getSubscriptionGrantRequest)
Gets the subscription grant in Amazon DataZone.
getSubscriptionGrantRequest
- Future<GetSubscriptionGrantResult> getSubscriptionGrantAsync(GetSubscriptionGrantRequest getSubscriptionGrantRequest, AsyncHandler<GetSubscriptionGrantRequest,GetSubscriptionGrantResult> asyncHandler)
Gets the subscription grant in Amazon DataZone.
getSubscriptionGrantRequest
- 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.Future<GetSubscriptionRequestDetailsResult> getSubscriptionRequestDetailsAsync(GetSubscriptionRequestDetailsRequest getSubscriptionRequestDetailsRequest)
Gets the details of the specified subscription request.
getSubscriptionRequestDetailsRequest
- Future<GetSubscriptionRequestDetailsResult> getSubscriptionRequestDetailsAsync(GetSubscriptionRequestDetailsRequest getSubscriptionRequestDetailsRequest, AsyncHandler<GetSubscriptionRequestDetailsRequest,GetSubscriptionRequestDetailsResult> asyncHandler)
Gets the details of the specified subscription request.
getSubscriptionRequestDetailsRequest
- 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.Future<GetSubscriptionTargetResult> getSubscriptionTargetAsync(GetSubscriptionTargetRequest getSubscriptionTargetRequest)
Gets the subscription target in Amazon DataZone.
getSubscriptionTargetRequest
- Future<GetSubscriptionTargetResult> getSubscriptionTargetAsync(GetSubscriptionTargetRequest getSubscriptionTargetRequest, AsyncHandler<GetSubscriptionTargetRequest,GetSubscriptionTargetResult> asyncHandler)
Gets the subscription target in Amazon DataZone.
getSubscriptionTargetRequest
- 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.Future<GetUserProfileResult> getUserProfileAsync(GetUserProfileRequest getUserProfileRequest)
Gets a user profile in Amazon DataZone.
getUserProfileRequest
- Future<GetUserProfileResult> getUserProfileAsync(GetUserProfileRequest getUserProfileRequest, AsyncHandler<GetUserProfileRequest,GetUserProfileResult> asyncHandler)
Gets a user profile in Amazon DataZone.
getUserProfileRequest
- 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.Future<ListAssetRevisionsResult> listAssetRevisionsAsync(ListAssetRevisionsRequest listAssetRevisionsRequest)
Lists the revisions for the asset.
listAssetRevisionsRequest
- Future<ListAssetRevisionsResult> listAssetRevisionsAsync(ListAssetRevisionsRequest listAssetRevisionsRequest, AsyncHandler<ListAssetRevisionsRequest,ListAssetRevisionsResult> asyncHandler)
Lists the revisions for the asset.
listAssetRevisionsRequest
- 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.Future<ListDataSourceRunActivitiesResult> listDataSourceRunActivitiesAsync(ListDataSourceRunActivitiesRequest listDataSourceRunActivitiesRequest)
Lists data source run activities.
listDataSourceRunActivitiesRequest
- Future<ListDataSourceRunActivitiesResult> listDataSourceRunActivitiesAsync(ListDataSourceRunActivitiesRequest listDataSourceRunActivitiesRequest, AsyncHandler<ListDataSourceRunActivitiesRequest,ListDataSourceRunActivitiesResult> asyncHandler)
Lists data source run activities.
listDataSourceRunActivitiesRequest
- 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.Future<ListDataSourceRunsResult> listDataSourceRunsAsync(ListDataSourceRunsRequest listDataSourceRunsRequest)
Lists data source runs in Amazon DataZone.
listDataSourceRunsRequest
- Future<ListDataSourceRunsResult> listDataSourceRunsAsync(ListDataSourceRunsRequest listDataSourceRunsRequest, AsyncHandler<ListDataSourceRunsRequest,ListDataSourceRunsResult> asyncHandler)
Lists data source runs in Amazon DataZone.
listDataSourceRunsRequest
- 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.Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest)
Lists data sources in Amazon DataZone.
listDataSourcesRequest
- Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
Lists data sources in Amazon DataZone.
listDataSourcesRequest
- 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.Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest listDomainsRequest)
Lists Amazon DataZone domains.
listDomainsRequest
- Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest listDomainsRequest, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
Lists Amazon DataZone domains.
listDomainsRequest
- 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.Future<ListEnvironmentBlueprintConfigurationsResult> listEnvironmentBlueprintConfigurationsAsync(ListEnvironmentBlueprintConfigurationsRequest listEnvironmentBlueprintConfigurationsRequest)
Lists blueprint configurations for a Amazon DataZone environment.
listEnvironmentBlueprintConfigurationsRequest
- Future<ListEnvironmentBlueprintConfigurationsResult> listEnvironmentBlueprintConfigurationsAsync(ListEnvironmentBlueprintConfigurationsRequest listEnvironmentBlueprintConfigurationsRequest, AsyncHandler<ListEnvironmentBlueprintConfigurationsRequest,ListEnvironmentBlueprintConfigurationsResult> asyncHandler)
Lists blueprint configurations for a Amazon DataZone environment.
listEnvironmentBlueprintConfigurationsRequest
- 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.Future<ListEnvironmentBlueprintsResult> listEnvironmentBlueprintsAsync(ListEnvironmentBlueprintsRequest listEnvironmentBlueprintsRequest)
Lists blueprints in an Amazon DataZone environment.
listEnvironmentBlueprintsRequest
- Future<ListEnvironmentBlueprintsResult> listEnvironmentBlueprintsAsync(ListEnvironmentBlueprintsRequest listEnvironmentBlueprintsRequest, AsyncHandler<ListEnvironmentBlueprintsRequest,ListEnvironmentBlueprintsResult> asyncHandler)
Lists blueprints in an Amazon DataZone environment.
listEnvironmentBlueprintsRequest
- 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.Future<ListEnvironmentProfilesResult> listEnvironmentProfilesAsync(ListEnvironmentProfilesRequest listEnvironmentProfilesRequest)
Lists Amazon DataZone environment profiles.
listEnvironmentProfilesRequest
- Future<ListEnvironmentProfilesResult> listEnvironmentProfilesAsync(ListEnvironmentProfilesRequest listEnvironmentProfilesRequest, AsyncHandler<ListEnvironmentProfilesRequest,ListEnvironmentProfilesResult> asyncHandler)
Lists Amazon DataZone environment profiles.
listEnvironmentProfilesRequest
- 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.Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest listEnvironmentsRequest)
Lists Amazon DataZone environments.
listEnvironmentsRequest
- Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest listEnvironmentsRequest, AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
Lists Amazon DataZone environments.
listEnvironmentsRequest
- 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.Future<ListNotificationsResult> listNotificationsAsync(ListNotificationsRequest listNotificationsRequest)
Lists all Amazon DataZone notifications.
listNotificationsRequest
- Future<ListNotificationsResult> listNotificationsAsync(ListNotificationsRequest listNotificationsRequest, AsyncHandler<ListNotificationsRequest,ListNotificationsResult> asyncHandler)
Lists all Amazon DataZone notifications.
listNotificationsRequest
- 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.Future<ListProjectMembershipsResult> listProjectMembershipsAsync(ListProjectMembershipsRequest listProjectMembershipsRequest)
Lists all members of the specified project.
listProjectMembershipsRequest
- Future<ListProjectMembershipsResult> listProjectMembershipsAsync(ListProjectMembershipsRequest listProjectMembershipsRequest, AsyncHandler<ListProjectMembershipsRequest,ListProjectMembershipsResult> asyncHandler)
Lists all members of the specified project.
listProjectMembershipsRequest
- 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.Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest listProjectsRequest)
Lists Amazon DataZone projects.
listProjectsRequest
- Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest listProjectsRequest, AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
Lists Amazon DataZone projects.
listProjectsRequest
- 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.Future<ListSubscriptionGrantsResult> listSubscriptionGrantsAsync(ListSubscriptionGrantsRequest listSubscriptionGrantsRequest)
Lists subscription grants.
listSubscriptionGrantsRequest
- Future<ListSubscriptionGrantsResult> listSubscriptionGrantsAsync(ListSubscriptionGrantsRequest listSubscriptionGrantsRequest, AsyncHandler<ListSubscriptionGrantsRequest,ListSubscriptionGrantsResult> asyncHandler)
Lists subscription grants.
listSubscriptionGrantsRequest
- 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.Future<ListSubscriptionRequestsResult> listSubscriptionRequestsAsync(ListSubscriptionRequestsRequest listSubscriptionRequestsRequest)
Lists Amazon DataZone subscription requests.
listSubscriptionRequestsRequest
- Future<ListSubscriptionRequestsResult> listSubscriptionRequestsAsync(ListSubscriptionRequestsRequest listSubscriptionRequestsRequest, AsyncHandler<ListSubscriptionRequestsRequest,ListSubscriptionRequestsResult> asyncHandler)
Lists Amazon DataZone subscription requests.
listSubscriptionRequestsRequest
- 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.Future<ListSubscriptionTargetsResult> listSubscriptionTargetsAsync(ListSubscriptionTargetsRequest listSubscriptionTargetsRequest)
Lists subscription targets in Amazon DataZone.
listSubscriptionTargetsRequest
- Future<ListSubscriptionTargetsResult> listSubscriptionTargetsAsync(ListSubscriptionTargetsRequest listSubscriptionTargetsRequest, AsyncHandler<ListSubscriptionTargetsRequest,ListSubscriptionTargetsResult> asyncHandler)
Lists subscription targets in Amazon DataZone.
listSubscriptionTargetsRequest
- 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.Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest listSubscriptionsRequest)
Lists subscriptions in Amazon DataZone.
listSubscriptionsRequest
- Future<ListSubscriptionsResult> listSubscriptionsAsync(ListSubscriptionsRequest listSubscriptionsRequest, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Lists subscriptions in Amazon DataZone.
listSubscriptionsRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for the specified resource in Amazon DataZone.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists tags for the specified resource in Amazon DataZone.
listTagsForResourceRequest
- 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.Future<PutEnvironmentBlueprintConfigurationResult> putEnvironmentBlueprintConfigurationAsync(PutEnvironmentBlueprintConfigurationRequest putEnvironmentBlueprintConfigurationRequest)
Writes the configuration for the specified environment blueprint in Amazon DataZone.
putEnvironmentBlueprintConfigurationRequest
- Future<PutEnvironmentBlueprintConfigurationResult> putEnvironmentBlueprintConfigurationAsync(PutEnvironmentBlueprintConfigurationRequest putEnvironmentBlueprintConfigurationRequest, AsyncHandler<PutEnvironmentBlueprintConfigurationRequest,PutEnvironmentBlueprintConfigurationResult> asyncHandler)
Writes the configuration for the specified environment blueprint in Amazon DataZone.
putEnvironmentBlueprintConfigurationRequest
- 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.Future<RejectPredictionsResult> rejectPredictionsAsync(RejectPredictionsRequest rejectPredictionsRequest)
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
rejectPredictionsRequest
- Future<RejectPredictionsResult> rejectPredictionsAsync(RejectPredictionsRequest rejectPredictionsRequest, AsyncHandler<RejectPredictionsRequest,RejectPredictionsResult> asyncHandler)
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
rejectPredictionsRequest
- 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.Future<RejectSubscriptionRequestResult> rejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest rejectSubscriptionRequestRequest)
Rejects the specified subscription request.
rejectSubscriptionRequestRequest
- Future<RejectSubscriptionRequestResult> rejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest rejectSubscriptionRequestRequest, AsyncHandler<RejectSubscriptionRequestRequest,RejectSubscriptionRequestResult> asyncHandler)
Rejects the specified subscription request.
rejectSubscriptionRequestRequest
- 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.Future<RevokeSubscriptionResult> revokeSubscriptionAsync(RevokeSubscriptionRequest revokeSubscriptionRequest)
Revokes a specified subscription in Amazon DataZone.
revokeSubscriptionRequest
- Future<RevokeSubscriptionResult> revokeSubscriptionAsync(RevokeSubscriptionRequest revokeSubscriptionRequest, AsyncHandler<RevokeSubscriptionRequest,RevokeSubscriptionResult> asyncHandler)
Revokes a specified subscription in Amazon DataZone.
revokeSubscriptionRequest
- 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.Future<SearchResult> searchAsync(SearchRequest searchRequest)
Searches for assets in Amazon DataZone.
searchRequest
- Future<SearchResult> searchAsync(SearchRequest searchRequest, AsyncHandler<SearchRequest,SearchResult> asyncHandler)
Searches for assets in Amazon DataZone.
searchRequest
- 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.Future<SearchGroupProfilesResult> searchGroupProfilesAsync(SearchGroupProfilesRequest searchGroupProfilesRequest)
Searches group profiles in Amazon DataZone.
searchGroupProfilesRequest
- Future<SearchGroupProfilesResult> searchGroupProfilesAsync(SearchGroupProfilesRequest searchGroupProfilesRequest, AsyncHandler<SearchGroupProfilesRequest,SearchGroupProfilesResult> asyncHandler)
Searches group profiles in Amazon DataZone.
searchGroupProfilesRequest
- 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.Future<SearchListingsResult> searchListingsAsync(SearchListingsRequest searchListingsRequest)
Searches listings in Amazon DataZone.
searchListingsRequest
- Future<SearchListingsResult> searchListingsAsync(SearchListingsRequest searchListingsRequest, AsyncHandler<SearchListingsRequest,SearchListingsResult> asyncHandler)
Searches listings in Amazon DataZone.
searchListingsRequest
- 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.Future<SearchTypesResult> searchTypesAsync(SearchTypesRequest searchTypesRequest)
Searches for types in Amazon DataZone.
searchTypesRequest
- Future<SearchTypesResult> searchTypesAsync(SearchTypesRequest searchTypesRequest, AsyncHandler<SearchTypesRequest,SearchTypesResult> asyncHandler)
Searches for types in Amazon DataZone.
searchTypesRequest
- 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.Future<SearchUserProfilesResult> searchUserProfilesAsync(SearchUserProfilesRequest searchUserProfilesRequest)
Searches user profiles in Amazon DataZone.
searchUserProfilesRequest
- Future<SearchUserProfilesResult> searchUserProfilesAsync(SearchUserProfilesRequest searchUserProfilesRequest, AsyncHandler<SearchUserProfilesRequest,SearchUserProfilesResult> asyncHandler)
Searches user profiles in Amazon DataZone.
searchUserProfilesRequest
- 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.Future<StartDataSourceRunResult> startDataSourceRunAsync(StartDataSourceRunRequest startDataSourceRunRequest)
Start the run of the specified data source in Amazon DataZone.
startDataSourceRunRequest
- Future<StartDataSourceRunResult> startDataSourceRunAsync(StartDataSourceRunRequest startDataSourceRunRequest, AsyncHandler<StartDataSourceRunRequest,StartDataSourceRunResult> asyncHandler)
Start the run of the specified data source in Amazon DataZone.
startDataSourceRunRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Tags a resource in Amazon DataZone.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags a resource in Amazon DataZone.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Untags a resource in Amazon DataZone.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Untags a resource in Amazon DataZone.
untagResourceRequest
- 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.Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest updateDataSourceRequest)
Updates the specified data source in Amazon DataZone.
updateDataSourceRequest
- Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest updateDataSourceRequest, AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler)
Updates the specified data source in Amazon DataZone.
updateDataSourceRequest
- 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.Future<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest updateDomainRequest)
Updates a Amazon DataZone domain.
updateDomainRequest
- Future<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest updateDomainRequest, AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler)
Updates a Amazon DataZone domain.
updateDomainRequest
- 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.Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the specified environment in Amazon DataZone.
updateEnvironmentRequest
- Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates the specified environment in Amazon DataZone.
updateEnvironmentRequest
- 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.Future<UpdateEnvironmentProfileResult> updateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest updateEnvironmentProfileRequest)
Updates the specified environment profile in Amazon DataZone.
updateEnvironmentProfileRequest
- Future<UpdateEnvironmentProfileResult> updateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest updateEnvironmentProfileRequest, AsyncHandler<UpdateEnvironmentProfileRequest,UpdateEnvironmentProfileResult> asyncHandler)
Updates the specified environment profile in Amazon DataZone.
updateEnvironmentProfileRequest
- 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.Future<UpdateGlossaryResult> updateGlossaryAsync(UpdateGlossaryRequest updateGlossaryRequest)
Updates the business glossary in Amazon DataZone.
updateGlossaryRequest
- Future<UpdateGlossaryResult> updateGlossaryAsync(UpdateGlossaryRequest updateGlossaryRequest, AsyncHandler<UpdateGlossaryRequest,UpdateGlossaryResult> asyncHandler)
Updates the business glossary in Amazon DataZone.
updateGlossaryRequest
- 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.Future<UpdateGlossaryTermResult> updateGlossaryTermAsync(UpdateGlossaryTermRequest updateGlossaryTermRequest)
Updates a business glossary term in Amazon DataZone.
updateGlossaryTermRequest
- Future<UpdateGlossaryTermResult> updateGlossaryTermAsync(UpdateGlossaryTermRequest updateGlossaryTermRequest, AsyncHandler<UpdateGlossaryTermRequest,UpdateGlossaryTermResult> asyncHandler)
Updates a business glossary term in Amazon DataZone.
updateGlossaryTermRequest
- 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.Future<UpdateGroupProfileResult> updateGroupProfileAsync(UpdateGroupProfileRequest updateGroupProfileRequest)
Updates the specified group profile in Amazon DataZone.
updateGroupProfileRequest
- Future<UpdateGroupProfileResult> updateGroupProfileAsync(UpdateGroupProfileRequest updateGroupProfileRequest, AsyncHandler<UpdateGroupProfileRequest,UpdateGroupProfileResult> asyncHandler)
Updates the specified group profile in Amazon DataZone.
updateGroupProfileRequest
- 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.Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest updateProjectRequest)
Updates the specified project in Amazon DataZone.
updateProjectRequest
- Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest updateProjectRequest, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Updates the specified project in Amazon DataZone.
updateProjectRequest
- 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.Future<UpdateSubscriptionGrantStatusResult> updateSubscriptionGrantStatusAsync(UpdateSubscriptionGrantStatusRequest updateSubscriptionGrantStatusRequest)
Updates the status of the specified subscription grant status in Amazon DataZone.
updateSubscriptionGrantStatusRequest
- Future<UpdateSubscriptionGrantStatusResult> updateSubscriptionGrantStatusAsync(UpdateSubscriptionGrantStatusRequest updateSubscriptionGrantStatusRequest, AsyncHandler<UpdateSubscriptionGrantStatusRequest,UpdateSubscriptionGrantStatusResult> asyncHandler)
Updates the status of the specified subscription grant status in Amazon DataZone.
updateSubscriptionGrantStatusRequest
- 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.Future<UpdateSubscriptionRequestResult> updateSubscriptionRequestAsync(UpdateSubscriptionRequestRequest updateSubscriptionRequestRequest)
Updates a specified subscription request in Amazon DataZone.
updateSubscriptionRequestRequest
- Future<UpdateSubscriptionRequestResult> updateSubscriptionRequestAsync(UpdateSubscriptionRequestRequest updateSubscriptionRequestRequest, AsyncHandler<UpdateSubscriptionRequestRequest,UpdateSubscriptionRequestResult> asyncHandler)
Updates a specified subscription request in Amazon DataZone.
updateSubscriptionRequestRequest
- 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.Future<UpdateSubscriptionTargetResult> updateSubscriptionTargetAsync(UpdateSubscriptionTargetRequest updateSubscriptionTargetRequest)
Updates the specified subscription target in Amazon DataZone.
updateSubscriptionTargetRequest
- Future<UpdateSubscriptionTargetResult> updateSubscriptionTargetAsync(UpdateSubscriptionTargetRequest updateSubscriptionTargetRequest, AsyncHandler<UpdateSubscriptionTargetRequest,UpdateSubscriptionTargetResult> asyncHandler)
Updates the specified subscription target in Amazon DataZone.
updateSubscriptionTargetRequest
- 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.Future<UpdateUserProfileResult> updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest)
Updates the specified user profile in Amazon DataZone.
updateUserProfileRequest
- Future<UpdateUserProfileResult> updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler)
Updates the specified user profile in Amazon DataZone.
updateUserProfileRequest
- 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.