Uses of Class
com.oracle.bmc.artifacts.requests.GetContainerImageRequest
-
Packages that use GetContainerImageRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of GetContainerImageRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return types with arguments of type GetContainerImageRequest Modifier and Type Method Description Waiter<GetContainerImageRequest,GetContainerImageResponse>
ArtifactsWaiters. forContainerImage(GetContainerImageRequest request, ContainerImage.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetContainerImageRequest,GetContainerImageResponse>
ArtifactsWaiters. forContainerImage(GetContainerImageRequest request, ContainerImage.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetContainerImageRequest,GetContainerImageResponse>
ArtifactsWaiters. forContainerImage(GetContainerImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ContainerImage.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.artifacts with type arguments of type GetContainerImageRequest Modifier and Type Method Description Future<GetContainerImageResponse>
ArtifactsAsync. getContainerImage(GetContainerImageRequest request, AsyncHandler<GetContainerImageRequest,GetContainerImageResponse> handler)
Get container image metadata.Future<GetContainerImageResponse>
ArtifactsAsyncClient. getContainerImage(GetContainerImageRequest request, AsyncHandler<GetContainerImageRequest,GetContainerImageResponse> handler)
-
Uses of GetContainerImageRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return GetContainerImageRequest Modifier and Type Method Description GetContainerImageRequest
GetContainerImageRequest.Builder. build()
Build the instance of GetContainerImageRequest as configured by this builderGetContainerImageRequest
GetContainerImageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetContainerImageRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type GetContainerImageRequest Modifier and Type Method Description GetContainerImageRequest.Builder
GetContainerImageRequest.Builder. copy(GetContainerImageRequest o)
Copy method to populate the builder with values from the given instance.
-