Uses of Class
com.oracle.bmc.email.requests.ListDkimsRequest
-
Packages that use ListDkimsRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of ListDkimsRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type ListDkimsRequest Modifier and Type Method Description ListDkimsResponseEmail. listDkims(ListDkimsRequest request)Lists DKIMs for an email domain.Future<ListDkimsResponse>EmailAsync. listDkims(ListDkimsRequest request, AsyncHandler<ListDkimsRequest,ListDkimsResponse> handler)Lists DKIMs for an email domain.Future<ListDkimsResponse>EmailAsyncClient. listDkims(ListDkimsRequest request, AsyncHandler<ListDkimsRequest,ListDkimsResponse> handler)ListDkimsResponseEmailClient. listDkims(ListDkimsRequest request)Iterable<DkimSummary>EmailPaginators. listDkimsRecordIterator(ListDkimsRequest request)Creates a new iterable which will iterate over theDkimSummaryobjects contained in responses from the listDkims operation.Iterable<ListDkimsResponse>EmailPaginators. listDkimsResponseIterator(ListDkimsRequest request)Creates a new iterable which will iterate over the responses received from the listDkims operation.Method parameters in com.oracle.bmc.email with type arguments of type ListDkimsRequest Modifier and Type Method Description Future<ListDkimsResponse>EmailAsync. listDkims(ListDkimsRequest request, AsyncHandler<ListDkimsRequest,ListDkimsResponse> handler)Lists DKIMs for an email domain.Future<ListDkimsResponse>EmailAsyncClient. listDkims(ListDkimsRequest request, AsyncHandler<ListDkimsRequest,ListDkimsResponse> handler) -
Uses of ListDkimsRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return ListDkimsRequest Modifier and Type Method Description ListDkimsRequestListDkimsRequest.Builder. build()Build the instance of ListDkimsRequest as configured by this builderListDkimsRequestListDkimsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDkimsRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type ListDkimsRequest Modifier and Type Method Description ListDkimsRequest.BuilderListDkimsRequest.Builder. copy(ListDkimsRequest o)Copy method to populate the builder with values from the given instance.
-