Uses of Class
com.oracle.bmc.governancerulescontrolplane.responses.ListTenancyAttachmentsResponse
-
Packages that use ListTenancyAttachmentsResponse Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.responses -
-
Uses of ListTenancyAttachmentsResponse in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return ListTenancyAttachmentsResponse Modifier and Type Method Description ListTenancyAttachmentsResponse
GovernanceRule. listTenancyAttachments(ListTenancyAttachmentsRequest request)
List tenancy attachments.ListTenancyAttachmentsResponse
GovernanceRuleClient. listTenancyAttachments(ListTenancyAttachmentsRequest request)
Methods in com.oracle.bmc.governancerulescontrolplane that return types with arguments of type ListTenancyAttachmentsResponse Modifier and Type Method Description Future<ListTenancyAttachmentsResponse>
GovernanceRuleAsync. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler)
List tenancy attachments.Future<ListTenancyAttachmentsResponse>
GovernanceRuleAsyncClient. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler)
Iterable<ListTenancyAttachmentsResponse>
GovernanceRulePaginators. listTenancyAttachmentsResponseIterator(ListTenancyAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listTenancyAttachments operation.Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type ListTenancyAttachmentsResponse Modifier and Type Method Description Future<ListTenancyAttachmentsResponse>
GovernanceRuleAsync. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler)
List tenancy attachments.Future<ListTenancyAttachmentsResponse>
GovernanceRuleAsyncClient. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler)
-
Uses of ListTenancyAttachmentsResponse in com.oracle.bmc.governancerulescontrolplane.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return ListTenancyAttachmentsResponse Modifier and Type Method Description ListTenancyAttachmentsResponse
ListTenancyAttachmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type ListTenancyAttachmentsResponse Modifier and Type Method Description ListTenancyAttachmentsResponse.Builder
ListTenancyAttachmentsResponse.Builder. copy(ListTenancyAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
-