Uses of Class
com.oracle.bmc.servicemesh.requests.GetProxyDetailsRequest
-
Packages that use GetProxyDetailsRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of GetProxyDetailsRequest in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type GetProxyDetailsRequest Modifier and Type Method Description GetProxyDetailsResponse
ServiceMesh. getProxyDetails(GetProxyDetailsRequest request)
Returns the attributes of the Proxy such as proxy image version.Future<GetProxyDetailsResponse>
ServiceMeshAsync. getProxyDetails(GetProxyDetailsRequest request, AsyncHandler<GetProxyDetailsRequest,GetProxyDetailsResponse> handler)
Returns the attributes of the Proxy such as proxy image version.Future<GetProxyDetailsResponse>
ServiceMeshAsyncClient. getProxyDetails(GetProxyDetailsRequest request, AsyncHandler<GetProxyDetailsRequest,GetProxyDetailsResponse> handler)
GetProxyDetailsResponse
ServiceMeshClient. getProxyDetails(GetProxyDetailsRequest request)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type GetProxyDetailsRequest Modifier and Type Method Description Future<GetProxyDetailsResponse>
ServiceMeshAsync. getProxyDetails(GetProxyDetailsRequest request, AsyncHandler<GetProxyDetailsRequest,GetProxyDetailsResponse> handler)
Returns the attributes of the Proxy such as proxy image version.Future<GetProxyDetailsResponse>
ServiceMeshAsyncClient. getProxyDetails(GetProxyDetailsRequest request, AsyncHandler<GetProxyDetailsRequest,GetProxyDetailsResponse> handler)
-
Uses of GetProxyDetailsRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return GetProxyDetailsRequest Modifier and Type Method Description GetProxyDetailsRequest
GetProxyDetailsRequest.Builder. build()
Build the instance of GetProxyDetailsRequest as configured by this builderGetProxyDetailsRequest
GetProxyDetailsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProxyDetailsRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type GetProxyDetailsRequest Modifier and Type Method Description GetProxyDetailsRequest.Builder
GetProxyDetailsRequest.Builder. copy(GetProxyDetailsRequest o)
Copy method to populate the builder with values from the given instance.
-