Uses of Class
com.oracle.bmc.functions.responses.GetPbfListingVersionResponse
-
Packages that use GetPbfListingVersionResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of GetPbfListingVersionResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return GetPbfListingVersionResponse Modifier and Type Method Description GetPbfListingVersionResponse
FunctionsManagement. getPbfListingVersion(GetPbfListingVersionRequest request)
Gets a PbfListingVersion by identifier for a PbfListing.GetPbfListingVersionResponse
FunctionsManagementClient. getPbfListingVersion(GetPbfListingVersionRequest request)
Method parameters in com.oracle.bmc.functions with type arguments of type GetPbfListingVersionResponse Modifier and Type Method Description Future<GetPbfListingVersionResponse>
FunctionsManagementAsync. getPbfListingVersion(GetPbfListingVersionRequest request, AsyncHandler<GetPbfListingVersionRequest,GetPbfListingVersionResponse> handler)
Gets a PbfListingVersion by identifier for a PbfListing.Future<GetPbfListingVersionResponse>
FunctionsManagementAsyncClient. getPbfListingVersion(GetPbfListingVersionRequest request, AsyncHandler<GetPbfListingVersionRequest,GetPbfListingVersionResponse> handler)
-
Uses of GetPbfListingVersionResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return GetPbfListingVersionResponse Modifier and Type Method Description GetPbfListingVersionResponse
GetPbfListingVersionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type GetPbfListingVersionResponse Modifier and Type Method Description GetPbfListingVersionResponse.Builder
GetPbfListingVersionResponse.Builder. copy(GetPbfListingVersionResponse o)
Copy method to populate the builder with values from the given instance.
-