Uses of Class
com.oracle.bmc.containerinstances.responses.GetContainerResponse
-
Packages that use GetContainerResponse Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.responses -
-
Uses of GetContainerResponse in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances that return GetContainerResponse Modifier and Type Method Description GetContainerResponse
ContainerInstance. getContainer(GetContainerRequest request)
Get details about a single container by the container ID.GetContainerResponse
ContainerInstanceClient. getContainer(GetContainerRequest request)
Methods in com.oracle.bmc.containerinstances that return types with arguments of type GetContainerResponse Modifier and Type Method Description Waiter<GetContainerRequest,GetContainerResponse>
ContainerInstanceWaiters. forContainer(GetContainerRequest request, Container.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetContainerRequest,GetContainerResponse>
ContainerInstanceWaiters. forContainer(GetContainerRequest request, Container.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetContainerRequest,GetContainerResponse>
ContainerInstanceWaiters. forContainer(GetContainerRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Container.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetContainerResponse>
ContainerInstanceAsync. getContainer(GetContainerRequest request, AsyncHandler<GetContainerRequest,GetContainerResponse> handler)
Get details about a single container by the container ID.Future<GetContainerResponse>
ContainerInstanceAsyncClient. getContainer(GetContainerRequest request, AsyncHandler<GetContainerRequest,GetContainerResponse> handler)
Method parameters in com.oracle.bmc.containerinstances with type arguments of type GetContainerResponse Modifier and Type Method Description Future<GetContainerResponse>
ContainerInstanceAsync. getContainer(GetContainerRequest request, AsyncHandler<GetContainerRequest,GetContainerResponse> handler)
Get details about a single container by the container ID.Future<GetContainerResponse>
ContainerInstanceAsyncClient. getContainer(GetContainerRequest request, AsyncHandler<GetContainerRequest,GetContainerResponse> handler)
-
Uses of GetContainerResponse in com.oracle.bmc.containerinstances.responses
Methods in com.oracle.bmc.containerinstances.responses that return GetContainerResponse Modifier and Type Method Description GetContainerResponse
GetContainerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerinstances.responses with parameters of type GetContainerResponse Modifier and Type Method Description GetContainerResponse.Builder
GetContainerResponse.Builder. copy(GetContainerResponse o)
Copy method to populate the builder with values from the given instance.
-