Uses of Class
com.oracle.bmc.functions.requests.GetPbfListingRequest
-
Packages that use GetPbfListingRequest Package Description com.oracle.bmc.functions com.oracle.bmc.functions.requests -
-
Uses of GetPbfListingRequest in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return types with arguments of type GetPbfListingRequest Modifier and Type Method Description Waiter<GetPbfListingRequest,GetPbfListingResponse>FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, PbfListing.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetPbfListingRequest,GetPbfListingResponse>FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, PbfListing.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetPbfListingRequest,GetPbfListingResponse>FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PbfListing.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.functions with type arguments of type GetPbfListingRequest Modifier and Type Method Description Future<GetPbfListingResponse>FunctionsManagementAsync. getPbfListing(GetPbfListingRequest request, AsyncHandler<GetPbfListingRequest,GetPbfListingResponse> handler)Note: Deprecated.Future<GetPbfListingResponse>FunctionsManagementAsyncClient. getPbfListing(GetPbfListingRequest request, AsyncHandler<GetPbfListingRequest,GetPbfListingResponse> handler) -
Uses of GetPbfListingRequest in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return GetPbfListingRequest Modifier and Type Method Description GetPbfListingRequestGetPbfListingRequest.Builder. build()Build the instance of GetPbfListingRequest as configured by this builderGetPbfListingRequestGetPbfListingRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetPbfListingRequest as configured by this builderMethods in com.oracle.bmc.functions.requests with parameters of type GetPbfListingRequest Modifier and Type Method Description GetPbfListingRequest.BuilderGetPbfListingRequest.Builder. copy(GetPbfListingRequest o)Copy method to populate the builder with values from the given instance.
-