Uses of Class
com.oracle.bmc.core.requests.AcceptShieldedIntegrityPolicyRequest
-
Packages that use AcceptShieldedIntegrityPolicyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of AcceptShieldedIntegrityPolicyRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type AcceptShieldedIntegrityPolicyRequest Modifier and Type Method Description AcceptShieldedIntegrityPolicyResponse
Compute. acceptShieldedIntegrityPolicy(AcceptShieldedIntegrityPolicyRequest request)
Accept the changes to the PCR values in the measured boot report.Future<AcceptShieldedIntegrityPolicyResponse>
ComputeAsync. acceptShieldedIntegrityPolicy(AcceptShieldedIntegrityPolicyRequest request, AsyncHandler<AcceptShieldedIntegrityPolicyRequest,AcceptShieldedIntegrityPolicyResponse> handler)
Accept the changes to the PCR values in the measured boot report.Future<AcceptShieldedIntegrityPolicyResponse>
ComputeAsyncClient. acceptShieldedIntegrityPolicy(AcceptShieldedIntegrityPolicyRequest request, AsyncHandler<AcceptShieldedIntegrityPolicyRequest,AcceptShieldedIntegrityPolicyResponse> handler)
AcceptShieldedIntegrityPolicyResponse
ComputeClient. acceptShieldedIntegrityPolicy(AcceptShieldedIntegrityPolicyRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type AcceptShieldedIntegrityPolicyRequest Modifier and Type Method Description Future<AcceptShieldedIntegrityPolicyResponse>
ComputeAsync. acceptShieldedIntegrityPolicy(AcceptShieldedIntegrityPolicyRequest request, AsyncHandler<AcceptShieldedIntegrityPolicyRequest,AcceptShieldedIntegrityPolicyResponse> handler)
Accept the changes to the PCR values in the measured boot report.Future<AcceptShieldedIntegrityPolicyResponse>
ComputeAsyncClient. acceptShieldedIntegrityPolicy(AcceptShieldedIntegrityPolicyRequest request, AsyncHandler<AcceptShieldedIntegrityPolicyRequest,AcceptShieldedIntegrityPolicyResponse> handler)
-
Uses of AcceptShieldedIntegrityPolicyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return AcceptShieldedIntegrityPolicyRequest Modifier and Type Method Description AcceptShieldedIntegrityPolicyRequest
AcceptShieldedIntegrityPolicyRequest.Builder. build()
Build the instance of AcceptShieldedIntegrityPolicyRequest as configured by this builderAcceptShieldedIntegrityPolicyRequest
AcceptShieldedIntegrityPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AcceptShieldedIntegrityPolicyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type AcceptShieldedIntegrityPolicyRequest Modifier and Type Method Description AcceptShieldedIntegrityPolicyRequest.Builder
AcceptShieldedIntegrityPolicyRequest.Builder. copy(AcceptShieldedIntegrityPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-