Uses of Class
com.oracle.bmc.governancerulescontrolplane.requests.RetryTenancyAttachmentRequest
-
Packages that use RetryTenancyAttachmentRequest Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.requests -
-
Uses of RetryTenancyAttachmentRequest in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane with parameters of type RetryTenancyAttachmentRequest Modifier and Type Method Description RetryTenancyAttachmentResponse
GovernanceRule. retryTenancyAttachment(RetryTenancyAttachmentRequest request)
Retry governance rule application for the specified tenancy attachment id.Future<RetryTenancyAttachmentResponse>
GovernanceRuleAsync. retryTenancyAttachment(RetryTenancyAttachmentRequest request, AsyncHandler<RetryTenancyAttachmentRequest,RetryTenancyAttachmentResponse> handler)
Retry governance rule application for the specified tenancy attachment id.Future<RetryTenancyAttachmentResponse>
GovernanceRuleAsyncClient. retryTenancyAttachment(RetryTenancyAttachmentRequest request, AsyncHandler<RetryTenancyAttachmentRequest,RetryTenancyAttachmentResponse> handler)
RetryTenancyAttachmentResponse
GovernanceRuleClient. retryTenancyAttachment(RetryTenancyAttachmentRequest request)
Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type RetryTenancyAttachmentRequest Modifier and Type Method Description Future<RetryTenancyAttachmentResponse>
GovernanceRuleAsync. retryTenancyAttachment(RetryTenancyAttachmentRequest request, AsyncHandler<RetryTenancyAttachmentRequest,RetryTenancyAttachmentResponse> handler)
Retry governance rule application for the specified tenancy attachment id.Future<RetryTenancyAttachmentResponse>
GovernanceRuleAsyncClient. retryTenancyAttachment(RetryTenancyAttachmentRequest request, AsyncHandler<RetryTenancyAttachmentRequest,RetryTenancyAttachmentResponse> handler)
-
Uses of RetryTenancyAttachmentRequest in com.oracle.bmc.governancerulescontrolplane.requests
Methods in com.oracle.bmc.governancerulescontrolplane.requests that return RetryTenancyAttachmentRequest Modifier and Type Method Description RetryTenancyAttachmentRequest
RetryTenancyAttachmentRequest.Builder. build()
Build the instance of RetryTenancyAttachmentRequest as configured by this builderRetryTenancyAttachmentRequest
RetryTenancyAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RetryTenancyAttachmentRequest as configured by this builderMethods in com.oracle.bmc.governancerulescontrolplane.requests with parameters of type RetryTenancyAttachmentRequest Modifier and Type Method Description RetryTenancyAttachmentRequest.Builder
RetryTenancyAttachmentRequest.Builder. copy(RetryTenancyAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-