Uses of Class
com.oracle.bmc.jms.requests.GetFleetRequest
-
Packages that use GetFleetRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of GetFleetRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return types with arguments of type GetFleetRequest Modifier and Type Method Description Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.jms with parameters of type GetFleetRequest Modifier and Type Method Description Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetFleetResponse
JavaManagementService. getFleet(GetFleetRequest request)
Retrieve a Fleet with the specified identifier.Future<GetFleetResponse>
JavaManagementServiceAsync. getFleet(GetFleetRequest request, AsyncHandler<GetFleetRequest,GetFleetResponse> handler)
Retrieve a Fleet with the specified identifier.Future<GetFleetResponse>
JavaManagementServiceAsyncClient. getFleet(GetFleetRequest request, AsyncHandler<GetFleetRequest,GetFleetResponse> handler)
GetFleetResponse
JavaManagementServiceClient. getFleet(GetFleetRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type GetFleetRequest Modifier and Type Method Description Future<GetFleetResponse>
JavaManagementServiceAsync. getFleet(GetFleetRequest request, AsyncHandler<GetFleetRequest,GetFleetResponse> handler)
Retrieve a Fleet with the specified identifier.Future<GetFleetResponse>
JavaManagementServiceAsyncClient. getFleet(GetFleetRequest request, AsyncHandler<GetFleetRequest,GetFleetResponse> handler)
-
Uses of GetFleetRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return GetFleetRequest Modifier and Type Method Description GetFleetRequest
GetFleetRequest.Builder. build()
Build the instance of GetFleetRequest as configured by this builderGetFleetRequest
GetFleetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFleetRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type GetFleetRequest Modifier and Type Method Description GetFleetRequest.Builder
GetFleetRequest.Builder. copy(GetFleetRequest o)
Copy method to populate the builder with values from the given instance.
-