Uses of Class
com.oracle.bmc.fusionapps.responses.VerifyServiceAttachmentResponse
-
Packages that use VerifyServiceAttachmentResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of VerifyServiceAttachmentResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return VerifyServiceAttachmentResponse Modifier and Type Method Description VerifyServiceAttachmentResponse
FusionApplications. verifyServiceAttachment(VerifyServiceAttachmentRequest request)
Verify whether a service instance can be attached to the fusion podVerifyServiceAttachmentResponse
FusionApplicationsClient. verifyServiceAttachment(VerifyServiceAttachmentRequest request)
Methods in com.oracle.bmc.fusionapps that return types with arguments of type VerifyServiceAttachmentResponse 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)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type VerifyServiceAttachmentResponse 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 VerifyServiceAttachmentResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return VerifyServiceAttachmentResponse Modifier and Type Method Description VerifyServiceAttachmentResponse
VerifyServiceAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type VerifyServiceAttachmentResponse Modifier and Type Method Description VerifyServiceAttachmentResponse.Builder
VerifyServiceAttachmentResponse.Builder. copy(VerifyServiceAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-