Uses of Class
com.oracle.bmc.identitydomains.model.OAuthClientCertificate
-
Packages that use OAuthClientCertificate Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of OAuthClientCertificate in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return OAuthClientCertificate Modifier and Type Method Description OAuthClientCertificate
OAuthClientCertificate.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type OAuthClientCertificate Modifier and Type Method Description List<OAuthClientCertificate>
OAuthClientCertificates. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type OAuthClientCertificate Modifier and Type Method Description OAuthClientCertificate.Builder
OAuthClientCertificate.Builder. copy(OAuthClientCertificate model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type OAuthClientCertificate Modifier and Type Method Description OAuthClientCertificates.Builder
OAuthClientCertificates.Builder. resources(List<OAuthClientCertificate> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of OAuthClientCertificate in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return OAuthClientCertificate Modifier and Type Method Description OAuthClientCertificate
CreateOAuthClientCertificateRequest. getBody$()
Alternative accessor for the body parameter.OAuthClientCertificate
CreateOAuthClientCertificateRequest. getOAuthClientCertificate()
OAuthClientCertificate schema.Methods in com.oracle.bmc.identitydomains.requests with parameters of type OAuthClientCertificate Modifier and Type Method Description CreateOAuthClientCertificateRequest.Builder
CreateOAuthClientCertificateRequest.Builder. body$(OAuthClientCertificate body)
Alternative setter for the body parameter.CreateOAuthClientCertificateRequest.Builder
CreateOAuthClientCertificateRequest.Builder. oAuthClientCertificate(OAuthClientCertificate oAuthClientCertificate)
OAuthClientCertificate schema. -
Uses of OAuthClientCertificate in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return OAuthClientCertificate Modifier and Type Method Description OAuthClientCertificate
CreateOAuthClientCertificateResponse. getOAuthClientCertificate()
The returned OAuthClientCertificate instance.OAuthClientCertificate
GetOAuthClientCertificateResponse. getOAuthClientCertificate()
The returned OAuthClientCertificate instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type OAuthClientCertificate Modifier and Type Method Description CreateOAuthClientCertificateResponse.Builder
CreateOAuthClientCertificateResponse.Builder. oAuthClientCertificate(OAuthClientCertificate oAuthClientCertificate)
The returned OAuthClientCertificate instance.GetOAuthClientCertificateResponse.Builder
GetOAuthClientCertificateResponse.Builder. oAuthClientCertificate(OAuthClientCertificate oAuthClientCertificate)
The returned OAuthClientCertificate instance.
-