Uses of Class
com.oracle.bmc.artifacts.responses.UpdateContainerImageSignatureResponse
-
Packages that use UpdateContainerImageSignatureResponse Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.responses -
-
Uses of UpdateContainerImageSignatureResponse in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return UpdateContainerImageSignatureResponse Modifier and Type Method Description UpdateContainerImageSignatureResponse
Artifacts. updateContainerImageSignature(UpdateContainerImageSignatureRequest request)
Modify the properties of a container image signature.UpdateContainerImageSignatureResponse
ArtifactsClient. updateContainerImageSignature(UpdateContainerImageSignatureRequest request)
Methods in com.oracle.bmc.artifacts that return types with arguments of type UpdateContainerImageSignatureResponse Modifier and Type Method Description Future<UpdateContainerImageSignatureResponse>
ArtifactsAsync. updateContainerImageSignature(UpdateContainerImageSignatureRequest request, AsyncHandler<UpdateContainerImageSignatureRequest,UpdateContainerImageSignatureResponse> handler)
Modify the properties of a container image signature.Future<UpdateContainerImageSignatureResponse>
ArtifactsAsyncClient. updateContainerImageSignature(UpdateContainerImageSignatureRequest request, AsyncHandler<UpdateContainerImageSignatureRequest,UpdateContainerImageSignatureResponse> handler)
Method parameters in com.oracle.bmc.artifacts with type arguments of type UpdateContainerImageSignatureResponse Modifier and Type Method Description Future<UpdateContainerImageSignatureResponse>
ArtifactsAsync. updateContainerImageSignature(UpdateContainerImageSignatureRequest request, AsyncHandler<UpdateContainerImageSignatureRequest,UpdateContainerImageSignatureResponse> handler)
Modify the properties of a container image signature.Future<UpdateContainerImageSignatureResponse>
ArtifactsAsyncClient. updateContainerImageSignature(UpdateContainerImageSignatureRequest request, AsyncHandler<UpdateContainerImageSignatureRequest,UpdateContainerImageSignatureResponse> handler)
-
Uses of UpdateContainerImageSignatureResponse in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return UpdateContainerImageSignatureResponse Modifier and Type Method Description UpdateContainerImageSignatureResponse
UpdateContainerImageSignatureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.artifacts.responses with parameters of type UpdateContainerImageSignatureResponse Modifier and Type Method Description UpdateContainerImageSignatureResponse.Builder
UpdateContainerImageSignatureResponse.Builder. copy(UpdateContainerImageSignatureResponse o)
Copy method to populate the builder with values from the given instance.
-