Uses of Class
com.oracle.bmc.fusionapps.requests.CreateServiceAttachmentRequest
-
Packages that use CreateServiceAttachmentRequest Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.requests -
-
Uses of CreateServiceAttachmentRequest in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps with parameters of type CreateServiceAttachmentRequest Modifier and Type Method Description CreateServiceAttachmentResponse
FusionApplications. createServiceAttachment(CreateServiceAttachmentRequest request)
Attaches a service instance to the fusion pod.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)
CreateServiceAttachmentResponse
FusionApplicationsClient. createServiceAttachment(CreateServiceAttachmentRequest request)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type CreateServiceAttachmentRequest 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 CreateServiceAttachmentRequest in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return CreateServiceAttachmentRequest Modifier and Type Method Description CreateServiceAttachmentRequest
CreateServiceAttachmentRequest.Builder. build()
Build the instance of CreateServiceAttachmentRequest as configured by this builderCreateServiceAttachmentRequest
CreateServiceAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateServiceAttachmentRequest as configured by this builderMethods in com.oracle.bmc.fusionapps.requests with parameters of type CreateServiceAttachmentRequest Modifier and Type Method Description CreateServiceAttachmentRequest.Builder
CreateServiceAttachmentRequest.Builder. copy(CreateServiceAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-