Uses of Class
com.oracle.bmc.servicemesh.requests.CreateMeshRequest
-
Packages that use CreateMeshRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of CreateMeshRequest in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type CreateMeshRequest Modifier and Type Method Description CreateMeshResponse
ServiceMesh. createMesh(CreateMeshRequest request)
Creates a new Mesh.Future<CreateMeshResponse>
ServiceMeshAsync. createMesh(CreateMeshRequest request, AsyncHandler<CreateMeshRequest,CreateMeshResponse> handler)
Creates a new Mesh.Future<CreateMeshResponse>
ServiceMeshAsyncClient. createMesh(CreateMeshRequest request, AsyncHandler<CreateMeshRequest,CreateMeshResponse> handler)
CreateMeshResponse
ServiceMeshClient. createMesh(CreateMeshRequest request)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type CreateMeshRequest Modifier and Type Method Description Future<CreateMeshResponse>
ServiceMeshAsync. createMesh(CreateMeshRequest request, AsyncHandler<CreateMeshRequest,CreateMeshResponse> handler)
Creates a new Mesh.Future<CreateMeshResponse>
ServiceMeshAsyncClient. createMesh(CreateMeshRequest request, AsyncHandler<CreateMeshRequest,CreateMeshResponse> handler)
-
Uses of CreateMeshRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return CreateMeshRequest Modifier and Type Method Description CreateMeshRequest
CreateMeshRequest.Builder. build()
Build the instance of CreateMeshRequest as configured by this builderCreateMeshRequest
CreateMeshRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMeshRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type CreateMeshRequest Modifier and Type Method Description CreateMeshRequest.Builder
CreateMeshRequest.Builder. copy(CreateMeshRequest o)
Copy method to populate the builder with values from the given instance.
-