Interface FusionApplicationsAsync
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FusionApplicationsAsyncClient
@Generated(value="OracleSDKGenerator", comments="API Version: 20211201") public interface FusionApplicationsAsync extends AutoCloseable
Use the Fusion Applications Environment Management API to manage the environments where your Fusion Applications run.For more information, see the Fusion Applications Environment Management documentation.
-
-
Method Summary
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
refreshClient
void refreshClient()
Rebuilds the client from scratch.Useful to refresh certificates.
-
setEndpoint
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).- Parameters:
endpoint
- The endpoint of the serice.
-
getEndpoint
String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
-
setRegion
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call
setEndpoint
after resolving the endpoint. If the service is not available in this region, however, an IllegalArgumentException will be raised.- Parameters:
region
- The region of the service.
-
setRegion
void setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call
setRegion
.If no known Region could be determined, it will create an endpoint based on the default endpoint format (
Region.formatDefaultRegionEndpoint(Service, String)
and then callsetEndpoint
.- Parameters:
regionId
- The public region ID.
-
useRealmSpecificEndpointTemplate
void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”
- Parameters:
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint template
-
changeFusionEnvironmentCompartment
Future<ChangeFusionEnvironmentCompartmentResponse> changeFusionEnvironmentCompartment(ChangeFusionEnvironmentCompartmentRequest request, AsyncHandler<ChangeFusionEnvironmentCompartmentRequest,ChangeFusionEnvironmentCompartmentResponse> handler)
Moves a FusionEnvironment into a different compartment.When provided, If-Match is checked against ETag values of the resource.
- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
changeFusionEnvironmentFamilyCompartment
Future<ChangeFusionEnvironmentFamilyCompartmentResponse> changeFusionEnvironmentFamilyCompartment(ChangeFusionEnvironmentFamilyCompartmentRequest request, AsyncHandler<ChangeFusionEnvironmentFamilyCompartmentRequest,ChangeFusionEnvironmentFamilyCompartmentResponse> handler)
Moves a FusionEnvironmentFamily into a different compartment.When provided, If-Match is checked against ETag values of the resource.
- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
createDataMaskingActivity
Future<CreateDataMaskingActivityResponse> createDataMaskingActivity(CreateDataMaskingActivityRequest request, AsyncHandler<CreateDataMaskingActivityRequest,CreateDataMaskingActivityResponse> handler)
Creates a new DataMaskingActivity.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
createFusionEnvironment
Future<CreateFusionEnvironmentResponse> createFusionEnvironment(CreateFusionEnvironmentRequest request, AsyncHandler<CreateFusionEnvironmentRequest,CreateFusionEnvironmentResponse> handler)
Creates a new FusionEnvironment.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
createFusionEnvironmentAdminUser
Future<CreateFusionEnvironmentAdminUserResponse> createFusionEnvironmentAdminUser(CreateFusionEnvironmentAdminUserRequest request, AsyncHandler<CreateFusionEnvironmentAdminUserRequest,CreateFusionEnvironmentAdminUserResponse> handler)
Create a FusionEnvironment admin user- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
createFusionEnvironmentFamily
Future<CreateFusionEnvironmentFamilyResponse> createFusionEnvironmentFamily(CreateFusionEnvironmentFamilyRequest request, AsyncHandler<CreateFusionEnvironmentFamilyRequest,CreateFusionEnvironmentFamilyResponse> handler)
Creates a new FusionEnvironmentFamily.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
createRefreshActivity
Future<CreateRefreshActivityResponse> createRefreshActivity(CreateRefreshActivityRequest request, AsyncHandler<CreateRefreshActivityRequest,CreateRefreshActivityResponse> handler)
Creates a new RefreshActivity.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
createServiceAttachment
Future<CreateServiceAttachmentResponse> createServiceAttachment(CreateServiceAttachmentRequest request, AsyncHandler<CreateServiceAttachmentRequest,CreateServiceAttachmentResponse> handler)
Attaches a service instance to the fusion pod.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
deleteFusionEnvironment
Future<DeleteFusionEnvironmentResponse> deleteFusionEnvironment(DeleteFusionEnvironmentRequest request, AsyncHandler<DeleteFusionEnvironmentRequest,DeleteFusionEnvironmentResponse> handler)
Deletes the Fusion environment identified by it’s OCID.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
deleteFusionEnvironmentAdminUser
Future<DeleteFusionEnvironmentAdminUserResponse> deleteFusionEnvironmentAdminUser(DeleteFusionEnvironmentAdminUserRequest request, AsyncHandler<DeleteFusionEnvironmentAdminUserRequest,DeleteFusionEnvironmentAdminUserResponse> handler)
Deletes the FusionEnvironment administrator user identified by the username.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
deleteFusionEnvironmentFamily
Future<DeleteFusionEnvironmentFamilyResponse> deleteFusionEnvironmentFamily(DeleteFusionEnvironmentFamilyRequest request, AsyncHandler<DeleteFusionEnvironmentFamilyRequest,DeleteFusionEnvironmentFamilyResponse> handler)
Deletes a FusionEnvironmentFamily resource by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
deleteRefreshActivity
Future<DeleteRefreshActivityResponse> deleteRefreshActivity(DeleteRefreshActivityRequest request, AsyncHandler<DeleteRefreshActivityRequest,DeleteRefreshActivityResponse> handler)
Deletes a scheduled RefreshActivity resource by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
deleteServiceAttachment
Future<DeleteServiceAttachmentResponse> deleteServiceAttachment(DeleteServiceAttachmentRequest request, AsyncHandler<DeleteServiceAttachmentRequest,DeleteServiceAttachmentResponse> handler)
Delete a service attachment by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
generateExtractDetails
Future<GenerateExtractDetailsResponse> generateExtractDetails(GenerateExtractDetailsRequest request, AsyncHandler<GenerateExtractDetailsRequest,GenerateExtractDetailsResponse> handler)
Begin the process of showing the details about where to retrieve data extract for a Fusion environment.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getDataMaskingActivity
Future<GetDataMaskingActivityResponse> getDataMaskingActivity(GetDataMaskingActivityRequest request, AsyncHandler<GetDataMaskingActivityRequest,GetDataMaskingActivityResponse> handler)
Gets a DataMaskingActivity by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getFusionEnvironment
Future<GetFusionEnvironmentResponse> getFusionEnvironment(GetFusionEnvironmentRequest request, AsyncHandler<GetFusionEnvironmentRequest,GetFusionEnvironmentResponse> handler)
Gets a FusionEnvironment by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getFusionEnvironmentFamily
Future<GetFusionEnvironmentFamilyResponse> getFusionEnvironmentFamily(GetFusionEnvironmentFamilyRequest request, AsyncHandler<GetFusionEnvironmentFamilyRequest,GetFusionEnvironmentFamilyResponse> handler)
Retrieves a fusion environment family identified by its OCID.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getFusionEnvironmentFamilyLimitsAndUsage
Future<GetFusionEnvironmentFamilyLimitsAndUsageResponse> getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request, AsyncHandler<GetFusionEnvironmentFamilyLimitsAndUsageRequest,GetFusionEnvironmentFamilyLimitsAndUsageResponse> handler)
Gets the number of environments (usage) of each type in the fusion environment family, as well as the limit that’s allowed to be created based on the group’s associated subscriptions.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getFusionEnvironmentFamilySubscriptionDetail
Future<GetFusionEnvironmentFamilySubscriptionDetailResponse> getFusionEnvironmentFamilySubscriptionDetail(GetFusionEnvironmentFamilySubscriptionDetailRequest request, AsyncHandler<GetFusionEnvironmentFamilySubscriptionDetailRequest,GetFusionEnvironmentFamilySubscriptionDetailResponse> handler)
Gets the subscription details of an fusion environment family.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getFusionEnvironmentStatus
Future<GetFusionEnvironmentStatusResponse> getFusionEnvironmentStatus(GetFusionEnvironmentStatusRequest request, AsyncHandler<GetFusionEnvironmentStatusRequest,GetFusionEnvironmentStatusResponse> handler)
Gets the status of a Fusion environment identified by its OCID.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getRefreshActivity
Future<GetRefreshActivityResponse> getRefreshActivity(GetRefreshActivityRequest request, AsyncHandler<GetRefreshActivityRequest,GetRefreshActivityResponse> handler)
Gets a RefreshActivity by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getScheduledActivity
Future<GetScheduledActivityResponse> getScheduledActivity(GetScheduledActivityRequest request, AsyncHandler<GetScheduledActivityRequest,GetScheduledActivityResponse> handler)
Gets a ScheduledActivity by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getServiceAttachment
Future<GetServiceAttachmentResponse> getServiceAttachment(GetServiceAttachmentRequest request, AsyncHandler<GetServiceAttachmentRequest,GetServiceAttachmentResponse> handler)
Gets a Service Attachment by identifier- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
getWorkRequest
Future<GetWorkRequestResponse> getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
Gets the status of the work request with the given ID.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
initiateExtract
Future<InitiateExtractResponse> initiateExtract(InitiateExtractRequest request, AsyncHandler<InitiateExtractRequest,InitiateExtractResponse> handler)
Begin the process of generating the data extract for a Fusion environment.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listAdminUsers
Future<ListAdminUsersResponse> listAdminUsers(ListAdminUsersRequest request, AsyncHandler<ListAdminUsersRequest,ListAdminUsersResponse> handler)
List all FusionEnvironment admin users- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listDataMaskingActivities
Future<ListDataMaskingActivitiesResponse> listDataMaskingActivities(ListDataMaskingActivitiesRequest request, AsyncHandler<ListDataMaskingActivitiesRequest,ListDataMaskingActivitiesResponse> handler)
Returns a list of DataMaskingActivities.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listFusionEnvironmentFamilies
Future<ListFusionEnvironmentFamiliesResponse> listFusionEnvironmentFamilies(ListFusionEnvironmentFamiliesRequest request, AsyncHandler<ListFusionEnvironmentFamiliesRequest,ListFusionEnvironmentFamiliesResponse> handler)
Returns a list of FusionEnvironmentFamilies.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listFusionEnvironments
Future<ListFusionEnvironmentsResponse> listFusionEnvironments(ListFusionEnvironmentsRequest request, AsyncHandler<ListFusionEnvironmentsRequest,ListFusionEnvironmentsResponse> handler)
Returns a list of FusionEnvironments.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listRefreshActivities
Future<ListRefreshActivitiesResponse> listRefreshActivities(ListRefreshActivitiesRequest request, AsyncHandler<ListRefreshActivitiesRequest,ListRefreshActivitiesResponse> handler)
Returns a list of RefreshActivities.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listScheduledActivities
Future<ListScheduledActivitiesResponse> listScheduledActivities(ListScheduledActivitiesRequest request, AsyncHandler<ListScheduledActivitiesRequest,ListScheduledActivitiesResponse> handler)
Returns a list of ScheduledActivities.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listServiceAttachments
Future<ListServiceAttachmentsResponse> listServiceAttachments(ListServiceAttachmentsRequest request, AsyncHandler<ListServiceAttachmentsRequest,ListServiceAttachmentsResponse> handler)
Returns a list of service attachments.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listTimeAvailableForRefreshes
Future<ListTimeAvailableForRefreshesResponse> listTimeAvailableForRefreshes(ListTimeAvailableForRefreshesRequest request, AsyncHandler<ListTimeAvailableForRefreshesRequest,ListTimeAvailableForRefreshesResponse> handler)
Gets available refresh time for this fusion environment- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listWorkRequestErrors
Future<ListWorkRequestErrorsResponse> listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Return a (paginated) list of errors for a given work request.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listWorkRequestLogs
Future<ListWorkRequestLogsResponse> listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Return a (paginated) list of logs for a given work request.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
listWorkRequests
Future<ListWorkRequestsResponse> listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Lists the work requests in a compartment.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
resetFusionEnvironmentPassword
Future<ResetFusionEnvironmentPasswordResponse> resetFusionEnvironmentPassword(ResetFusionEnvironmentPasswordRequest request, AsyncHandler<ResetFusionEnvironmentPasswordRequest,ResetFusionEnvironmentPasswordResponse> handler)
Reset FusionEnvironment admin password.This API will be deprecated on Mon, 15 Jan 2024 01:00:00 GMT. Users can reset password themselves, FAaaS will no longer provide an API for this.
- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
updateFusionEnvironment
Future<UpdateFusionEnvironmentResponse> updateFusionEnvironment(UpdateFusionEnvironmentRequest request, AsyncHandler<UpdateFusionEnvironmentRequest,UpdateFusionEnvironmentResponse> handler)
Updates the FusionEnvironment- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
updateFusionEnvironmentFamily
Future<UpdateFusionEnvironmentFamilyResponse> updateFusionEnvironmentFamily(UpdateFusionEnvironmentFamilyRequest request, AsyncHandler<UpdateFusionEnvironmentFamilyRequest,UpdateFusionEnvironmentFamilyResponse> handler)
Updates the FusionEnvironmentFamily- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
updateRefreshActivity
Future<UpdateRefreshActivityResponse> updateRefreshActivity(UpdateRefreshActivityRequest request, AsyncHandler<UpdateRefreshActivityRequest,UpdateRefreshActivityResponse> handler)
Updates a scheduled RefreshActivity.- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
verifyServiceAttachment
Future<VerifyServiceAttachmentResponse> verifyServiceAttachment(VerifyServiceAttachmentRequest request, AsyncHandler<VerifyServiceAttachmentRequest,VerifyServiceAttachmentResponse> handler)
Verify whether a service instance can be attached to the fusion pod- Parameters:
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
-
-