Uses of Class
com.oracle.bmc.governancerulescontrolplane.responses.RetryTenancyAttachmentResponse
-
Packages that use RetryTenancyAttachmentResponse Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.responses -
-
Uses of RetryTenancyAttachmentResponse in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return RetryTenancyAttachmentResponse Modifier and Type Method Description RetryTenancyAttachmentResponse
GovernanceRule. retryTenancyAttachment(RetryTenancyAttachmentRequest request)
Retry governance rule application for the specified tenancy attachment id.RetryTenancyAttachmentResponse
GovernanceRuleClient. retryTenancyAttachment(RetryTenancyAttachmentRequest request)
Methods in com.oracle.bmc.governancerulescontrolplane that return types with arguments of type RetryTenancyAttachmentResponse 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)
Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type RetryTenancyAttachmentResponse 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 RetryTenancyAttachmentResponse in com.oracle.bmc.governancerulescontrolplane.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return RetryTenancyAttachmentResponse Modifier and Type Method Description RetryTenancyAttachmentResponse
RetryTenancyAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type RetryTenancyAttachmentResponse Modifier and Type Method Description RetryTenancyAttachmentResponse.Builder
RetryTenancyAttachmentResponse.Builder. copy(RetryTenancyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-