Uses of Class
com.oracle.bmc.identitydomains.requests.CreateOAuthClientCertificateRequest
-
Packages that use CreateOAuthClientCertificateRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateOAuthClientCertificateRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateOAuthClientCertificateRequest Modifier and Type Method Description CreateOAuthClientCertificateResponse
IdentityDomains. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request)
Create an OAuth Client CertificateFuture<CreateOAuthClientCertificateResponse>
IdentityDomainsAsync. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request, AsyncHandler<CreateOAuthClientCertificateRequest,CreateOAuthClientCertificateResponse> handler)
Create an OAuth Client CertificateFuture<CreateOAuthClientCertificateResponse>
IdentityDomainsAsyncClient. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request, AsyncHandler<CreateOAuthClientCertificateRequest,CreateOAuthClientCertificateResponse> handler)
CreateOAuthClientCertificateResponse
IdentityDomainsClient. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateOAuthClientCertificateRequest Modifier and Type Method Description Future<CreateOAuthClientCertificateResponse>
IdentityDomainsAsync. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request, AsyncHandler<CreateOAuthClientCertificateRequest,CreateOAuthClientCertificateResponse> handler)
Create an OAuth Client CertificateFuture<CreateOAuthClientCertificateResponse>
IdentityDomainsAsyncClient. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request, AsyncHandler<CreateOAuthClientCertificateRequest,CreateOAuthClientCertificateResponse> handler)
-
Uses of CreateOAuthClientCertificateRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateOAuthClientCertificateRequest Modifier and Type Method Description CreateOAuthClientCertificateRequest
CreateOAuthClientCertificateRequest.Builder. build()
Build the instance of CreateOAuthClientCertificateRequest as configured by this builderCreateOAuthClientCertificateRequest
CreateOAuthClientCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOAuthClientCertificateRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateOAuthClientCertificateRequest Modifier and Type Method Description CreateOAuthClientCertificateRequest.Builder
CreateOAuthClientCertificateRequest.Builder. copy(CreateOAuthClientCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-