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