Uses of Class
com.oracle.bmc.fusionapps.requests.VerifyServiceAttachmentRequest
-
Packages that use VerifyServiceAttachmentRequest Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.requests -
-
Uses of VerifyServiceAttachmentRequest in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps with parameters of type VerifyServiceAttachmentRequest Modifier and Type Method Description VerifyServiceAttachmentResponse
FusionApplications. verifyServiceAttachment(VerifyServiceAttachmentRequest request)
Verify whether a service instance can be attached to the fusion podFuture<VerifyServiceAttachmentResponse>
FusionApplicationsAsync. verifyServiceAttachment(VerifyServiceAttachmentRequest request, AsyncHandler<VerifyServiceAttachmentRequest,VerifyServiceAttachmentResponse> handler)
Verify whether a service instance can be attached to the fusion podFuture<VerifyServiceAttachmentResponse>
FusionApplicationsAsyncClient. verifyServiceAttachment(VerifyServiceAttachmentRequest request, AsyncHandler<VerifyServiceAttachmentRequest,VerifyServiceAttachmentResponse> handler)
VerifyServiceAttachmentResponse
FusionApplicationsClient. verifyServiceAttachment(VerifyServiceAttachmentRequest request)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type VerifyServiceAttachmentRequest Modifier and Type Method Description Future<VerifyServiceAttachmentResponse>
FusionApplicationsAsync. verifyServiceAttachment(VerifyServiceAttachmentRequest request, AsyncHandler<VerifyServiceAttachmentRequest,VerifyServiceAttachmentResponse> handler)
Verify whether a service instance can be attached to the fusion podFuture<VerifyServiceAttachmentResponse>
FusionApplicationsAsyncClient. verifyServiceAttachment(VerifyServiceAttachmentRequest request, AsyncHandler<VerifyServiceAttachmentRequest,VerifyServiceAttachmentResponse> handler)
-
Uses of VerifyServiceAttachmentRequest in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return VerifyServiceAttachmentRequest Modifier and Type Method Description VerifyServiceAttachmentRequest
VerifyServiceAttachmentRequest.Builder. build()
Build the instance of VerifyServiceAttachmentRequest as configured by this builderVerifyServiceAttachmentRequest
VerifyServiceAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of VerifyServiceAttachmentRequest as configured by this builderMethods in com.oracle.bmc.fusionapps.requests with parameters of type VerifyServiceAttachmentRequest Modifier and Type Method Description VerifyServiceAttachmentRequest.Builder
VerifyServiceAttachmentRequest.Builder. copy(VerifyServiceAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-