Uses of Class
com.oracle.bmc.email.responses.GetDkimResponse
-
Packages that use GetDkimResponse Package Description com.oracle.bmc.email com.oracle.bmc.email.responses -
-
Uses of GetDkimResponse in com.oracle.bmc.email
Methods in com.oracle.bmc.email that return GetDkimResponse Modifier and Type Method Description GetDkimResponse
Email. getDkim(GetDkimRequest request)
Retrieves the specified DKIM.GetDkimResponse
EmailClient. getDkim(GetDkimRequest request)
Methods in com.oracle.bmc.email that return types with arguments of type GetDkimResponse Modifier and Type Method Description Waiter<GetDkimRequest,GetDkimResponse>
EmailWaiters. forDkim(GetDkimRequest request, Dkim.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDkimRequest,GetDkimResponse>
EmailWaiters. forDkim(GetDkimRequest request, Dkim.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDkimRequest,GetDkimResponse>
EmailWaiters. forDkim(GetDkimRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Dkim.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetDkimResponse>
EmailAsync. getDkim(GetDkimRequest request, AsyncHandler<GetDkimRequest,GetDkimResponse> handler)
Retrieves the specified DKIM.Future<GetDkimResponse>
EmailAsyncClient. getDkim(GetDkimRequest request, AsyncHandler<GetDkimRequest,GetDkimResponse> handler)
Method parameters in com.oracle.bmc.email with type arguments of type GetDkimResponse Modifier and Type Method Description Future<GetDkimResponse>
EmailAsync. getDkim(GetDkimRequest request, AsyncHandler<GetDkimRequest,GetDkimResponse> handler)
Retrieves the specified DKIM.Future<GetDkimResponse>
EmailAsyncClient. getDkim(GetDkimRequest request, AsyncHandler<GetDkimRequest,GetDkimResponse> handler)
-
Uses of GetDkimResponse in com.oracle.bmc.email.responses
Methods in com.oracle.bmc.email.responses that return GetDkimResponse Modifier and Type Method Description GetDkimResponse
GetDkimResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.email.responses with parameters of type GetDkimResponse Modifier and Type Method Description GetDkimResponse.Builder
GetDkimResponse.Builder. copy(GetDkimResponse o)
Copy method to populate the builder with values from the given instance.
-