Uses of Class
com.oracle.bmc.email.requests.GetDkimRequest
-
Packages that use GetDkimRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of GetDkimRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email that return types with arguments of type GetDkimRequest 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.Methods in com.oracle.bmc.email with parameters of type GetDkimRequest 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.GetDkimResponse
Email. getDkim(GetDkimRequest request)
Retrieves the specified DKIM.Future<GetDkimResponse>
EmailAsync. getDkim(GetDkimRequest request, AsyncHandler<GetDkimRequest,GetDkimResponse> handler)
Retrieves the specified DKIM.Future<GetDkimResponse>
EmailAsyncClient. getDkim(GetDkimRequest request, AsyncHandler<GetDkimRequest,GetDkimResponse> handler)
GetDkimResponse
EmailClient. getDkim(GetDkimRequest request)
Method parameters in com.oracle.bmc.email with type arguments of type GetDkimRequest 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 GetDkimRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return GetDkimRequest Modifier and Type Method Description GetDkimRequest
GetDkimRequest.Builder. build()
Build the instance of GetDkimRequest as configured by this builderGetDkimRequest
GetDkimRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDkimRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type GetDkimRequest Modifier and Type Method Description GetDkimRequest.Builder
GetDkimRequest.Builder. copy(GetDkimRequest o)
Copy method to populate the builder with values from the given instance.
-