Uses of Class
com.oracle.bmc.devops.requests.GetRepositoryArchiveContentRequest
-
Packages that use GetRepositoryArchiveContentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetRepositoryArchiveContentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetRepositoryArchiveContentRequest Modifier and Type Method Description GetRepositoryArchiveContentResponse
Devops. getRepositoryArchiveContent(GetRepositoryArchiveContentRequest request)
Returns the archived repository information.Future<GetRepositoryArchiveContentResponse>
DevopsAsync. getRepositoryArchiveContent(GetRepositoryArchiveContentRequest request, AsyncHandler<GetRepositoryArchiveContentRequest,GetRepositoryArchiveContentResponse> handler)
Returns the archived repository information.Future<GetRepositoryArchiveContentResponse>
DevopsAsyncClient. getRepositoryArchiveContent(GetRepositoryArchiveContentRequest request, AsyncHandler<GetRepositoryArchiveContentRequest,GetRepositoryArchiveContentResponse> handler)
GetRepositoryArchiveContentResponse
DevopsClient. getRepositoryArchiveContent(GetRepositoryArchiveContentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepositoryArchiveContentRequest Modifier and Type Method Description Future<GetRepositoryArchiveContentResponse>
DevopsAsync. getRepositoryArchiveContent(GetRepositoryArchiveContentRequest request, AsyncHandler<GetRepositoryArchiveContentRequest,GetRepositoryArchiveContentResponse> handler)
Returns the archived repository information.Future<GetRepositoryArchiveContentResponse>
DevopsAsyncClient. getRepositoryArchiveContent(GetRepositoryArchiveContentRequest request, AsyncHandler<GetRepositoryArchiveContentRequest,GetRepositoryArchiveContentResponse> handler)
-
Uses of GetRepositoryArchiveContentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetRepositoryArchiveContentRequest Modifier and Type Method Description GetRepositoryArchiveContentRequest
GetRepositoryArchiveContentRequest.Builder. build()
Build the instance of GetRepositoryArchiveContentRequest as configured by this builderGetRepositoryArchiveContentRequest
GetRepositoryArchiveContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRepositoryArchiveContentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetRepositoryArchiveContentRequest Modifier and Type Method Description GetRepositoryArchiveContentRequest.Builder
GetRepositoryArchiveContentRequest.Builder. copy(GetRepositoryArchiveContentRequest o)
Copy method to populate the builder with values from the given instance.
-