Uses of Class
com.oracle.bmc.identitydomains.responses.CreateOAuthClientCertificateResponse
-
Packages that use CreateOAuthClientCertificateResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateOAuthClientCertificateResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateOAuthClientCertificateResponse Modifier and Type Method Description CreateOAuthClientCertificateResponse
IdentityDomains. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request)
Create an OAuth Client CertificateCreateOAuthClientCertificateResponse
IdentityDomainsClient. createOAuthClientCertificate(CreateOAuthClientCertificateRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateOAuthClientCertificateResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateOAuthClientCertificateResponse 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 CreateOAuthClientCertificateResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateOAuthClientCertificateResponse Modifier and Type Method Description CreateOAuthClientCertificateResponse
CreateOAuthClientCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateOAuthClientCertificateResponse Modifier and Type Method Description CreateOAuthClientCertificateResponse.Builder
CreateOAuthClientCertificateResponse.Builder. copy(CreateOAuthClientCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-