Uses of Class
com.oracle.bmc.fusionapps.responses.CreateServiceAttachmentResponse
-
Packages that use CreateServiceAttachmentResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of CreateServiceAttachmentResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return CreateServiceAttachmentResponse Modifier and Type Method Description CreateServiceAttachmentResponse
FusionApplications. createServiceAttachment(CreateServiceAttachmentRequest request)
Attaches a service instance to the fusion pod.CreateServiceAttachmentResponse
FusionApplicationsClient. createServiceAttachment(CreateServiceAttachmentRequest request)
Methods in com.oracle.bmc.fusionapps that return types with arguments of type CreateServiceAttachmentResponse Modifier and Type Method Description Future<CreateServiceAttachmentResponse>
FusionApplicationsAsync. createServiceAttachment(CreateServiceAttachmentRequest request, AsyncHandler<CreateServiceAttachmentRequest,CreateServiceAttachmentResponse> handler)
Attaches a service instance to the fusion pod.Future<CreateServiceAttachmentResponse>
FusionApplicationsAsyncClient. createServiceAttachment(CreateServiceAttachmentRequest request, AsyncHandler<CreateServiceAttachmentRequest,CreateServiceAttachmentResponse> handler)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type CreateServiceAttachmentResponse Modifier and Type Method Description Future<CreateServiceAttachmentResponse>
FusionApplicationsAsync. createServiceAttachment(CreateServiceAttachmentRequest request, AsyncHandler<CreateServiceAttachmentRequest,CreateServiceAttachmentResponse> handler)
Attaches a service instance to the fusion pod.Future<CreateServiceAttachmentResponse>
FusionApplicationsAsyncClient. createServiceAttachment(CreateServiceAttachmentRequest request, AsyncHandler<CreateServiceAttachmentRequest,CreateServiceAttachmentResponse> handler)
-
Uses of CreateServiceAttachmentResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return CreateServiceAttachmentResponse Modifier and Type Method Description CreateServiceAttachmentResponse
CreateServiceAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type CreateServiceAttachmentResponse Modifier and Type Method Description CreateServiceAttachmentResponse.Builder
CreateServiceAttachmentResponse.Builder. copy(CreateServiceAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-