Uses of Class
com.oracle.bmc.artifacts.requests.GetGenericArtifactRequest
-
Packages that use GetGenericArtifactRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of GetGenericArtifactRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return types with arguments of type GetGenericArtifactRequest Modifier and Type Method Description Waiter<GetGenericArtifactRequest,GetGenericArtifactResponse>
ArtifactsWaiters. forGenericArtifact(GetGenericArtifactRequest request, GenericArtifact.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetGenericArtifactRequest,GetGenericArtifactResponse>
ArtifactsWaiters. forGenericArtifact(GetGenericArtifactRequest request, GenericArtifact.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetGenericArtifactRequest,GetGenericArtifactResponse>
ArtifactsWaiters. forGenericArtifact(GetGenericArtifactRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, GenericArtifact.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.artifacts with type arguments of type GetGenericArtifactRequest Modifier and Type Method Description Future<GetGenericArtifactResponse>
ArtifactsAsync. getGenericArtifact(GetGenericArtifactRequest request, AsyncHandler<GetGenericArtifactRequest,GetGenericArtifactResponse> handler)
Gets information about an artifact with a specified OCID.Future<GetGenericArtifactResponse>
ArtifactsAsyncClient. getGenericArtifact(GetGenericArtifactRequest request, AsyncHandler<GetGenericArtifactRequest,GetGenericArtifactResponse> handler)
-
Uses of GetGenericArtifactRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return GetGenericArtifactRequest Modifier and Type Method Description GetGenericArtifactRequest
GetGenericArtifactRequest.Builder. build()
Build the instance of GetGenericArtifactRequest as configured by this builderGetGenericArtifactRequest
GetGenericArtifactRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGenericArtifactRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type GetGenericArtifactRequest Modifier and Type Method Description GetGenericArtifactRequest.Builder
GetGenericArtifactRequest.Builder. copy(GetGenericArtifactRequest o)
Copy method to populate the builder with values from the given instance.
-