Uses of Class
com.oracle.bmc.servicemesh.responses.CreateMeshResponse
-
Packages that use CreateMeshResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of CreateMeshResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return CreateMeshResponse Modifier and Type Method Description CreateMeshResponse
ServiceMesh. createMesh(CreateMeshRequest request)
Creates a new Mesh.CreateMeshResponse
ServiceMeshClient. createMesh(CreateMeshRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type CreateMeshResponse 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)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type CreateMeshResponse 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 CreateMeshResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return CreateMeshResponse Modifier and Type Method Description CreateMeshResponse
CreateMeshResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type CreateMeshResponse Modifier and Type Method Description CreateMeshResponse.Builder
CreateMeshResponse.Builder. copy(CreateMeshResponse o)
Copy method to populate the builder with values from the given instance.
-