Uses of Class
com.oracle.bmc.jms.requests.GetJavaFamilyRequest
-
Packages that use GetJavaFamilyRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of GetJavaFamilyRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type GetJavaFamilyRequest Modifier and Type Method Description GetJavaFamilyResponse
JavaManagementService. getJavaFamily(GetJavaFamilyRequest request)
Returns metadata associated with a specific Java release family.Future<GetJavaFamilyResponse>
JavaManagementServiceAsync. getJavaFamily(GetJavaFamilyRequest request, AsyncHandler<GetJavaFamilyRequest,GetJavaFamilyResponse> handler)
Returns metadata associated with a specific Java release family.Future<GetJavaFamilyResponse>
JavaManagementServiceAsyncClient. getJavaFamily(GetJavaFamilyRequest request, AsyncHandler<GetJavaFamilyRequest,GetJavaFamilyResponse> handler)
GetJavaFamilyResponse
JavaManagementServiceClient. getJavaFamily(GetJavaFamilyRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type GetJavaFamilyRequest Modifier and Type Method Description Future<GetJavaFamilyResponse>
JavaManagementServiceAsync. getJavaFamily(GetJavaFamilyRequest request, AsyncHandler<GetJavaFamilyRequest,GetJavaFamilyResponse> handler)
Returns metadata associated with a specific Java release family.Future<GetJavaFamilyResponse>
JavaManagementServiceAsyncClient. getJavaFamily(GetJavaFamilyRequest request, AsyncHandler<GetJavaFamilyRequest,GetJavaFamilyResponse> handler)
-
Uses of GetJavaFamilyRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return GetJavaFamilyRequest Modifier and Type Method Description GetJavaFamilyRequest
GetJavaFamilyRequest.Builder. build()
Build the instance of GetJavaFamilyRequest as configured by this builderGetJavaFamilyRequest
GetJavaFamilyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJavaFamilyRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type GetJavaFamilyRequest Modifier and Type Method Description GetJavaFamilyRequest.Builder
GetJavaFamilyRequest.Builder. copy(GetJavaFamilyRequest o)
Copy method to populate the builder with values from the given instance.
-