Uses of Class
com.oracle.bmc.genericartifactscontent.requests.GetGenericArtifactContentRequest
-
Packages that use GetGenericArtifactContentRequest Package Description com.oracle.bmc.genericartifactscontent com.oracle.bmc.genericartifactscontent.requests -
-
Uses of GetGenericArtifactContentRequest in com.oracle.bmc.genericartifactscontent
Methods in com.oracle.bmc.genericartifactscontent with parameters of type GetGenericArtifactContentRequest Modifier and Type Method Description GetGenericArtifactContentResponse
GenericArtifactsContent. getGenericArtifactContent(GetGenericArtifactContentRequest request)
Gets the specified artifact’s content.Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsync. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
Gets the specified artifact’s content.Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsyncClient. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
GetGenericArtifactContentResponse
GenericArtifactsContentClient. getGenericArtifactContent(GetGenericArtifactContentRequest request)
Method parameters in com.oracle.bmc.genericartifactscontent with type arguments of type GetGenericArtifactContentRequest Modifier and Type Method Description Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsync. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
Gets the specified artifact’s content.Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsyncClient. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
-
Uses of GetGenericArtifactContentRequest in com.oracle.bmc.genericartifactscontent.requests
Methods in com.oracle.bmc.genericartifactscontent.requests that return GetGenericArtifactContentRequest Modifier and Type Method Description GetGenericArtifactContentRequest
GetGenericArtifactContentRequest.Builder. build()
Build the instance of GetGenericArtifactContentRequest as configured by this builderGetGenericArtifactContentRequest
GetGenericArtifactContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGenericArtifactContentRequest as configured by this builderMethods in com.oracle.bmc.genericartifactscontent.requests with parameters of type GetGenericArtifactContentRequest Modifier and Type Method Description GetGenericArtifactContentRequest.Builder
GetGenericArtifactContentRequest.Builder. copy(GetGenericArtifactContentRequest o)
Copy method to populate the builder with values from the given instance.
-