Uses of Class
com.oracle.bmc.identity.responses.ResetIdpScimClientResponse
-
Packages that use ResetIdpScimClientResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ResetIdpScimClientResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ResetIdpScimClientResponse Modifier and Type Method Description ResetIdpScimClientResponse
Identity. resetIdpScimClient(ResetIdpScimClientRequest request)
Resets the OAuth2 client credentials for the SCIM client associated with this identity provider.ResetIdpScimClientResponse
IdentityClient. resetIdpScimClient(ResetIdpScimClientRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ResetIdpScimClientResponse Modifier and Type Method Description Future<ResetIdpScimClientResponse>
IdentityAsync. resetIdpScimClient(ResetIdpScimClientRequest request, AsyncHandler<ResetIdpScimClientRequest,ResetIdpScimClientResponse> handler)
Resets the OAuth2 client credentials for the SCIM client associated with this identity provider.Future<ResetIdpScimClientResponse>
IdentityAsyncClient. resetIdpScimClient(ResetIdpScimClientRequest request, AsyncHandler<ResetIdpScimClientRequest,ResetIdpScimClientResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type ResetIdpScimClientResponse Modifier and Type Method Description Future<ResetIdpScimClientResponse>
IdentityAsync. resetIdpScimClient(ResetIdpScimClientRequest request, AsyncHandler<ResetIdpScimClientRequest,ResetIdpScimClientResponse> handler)
Resets the OAuth2 client credentials for the SCIM client associated with this identity provider.Future<ResetIdpScimClientResponse>
IdentityAsyncClient. resetIdpScimClient(ResetIdpScimClientRequest request, AsyncHandler<ResetIdpScimClientRequest,ResetIdpScimClientResponse> handler)
-
Uses of ResetIdpScimClientResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ResetIdpScimClientResponse Modifier and Type Method Description ResetIdpScimClientResponse
ResetIdpScimClientResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ResetIdpScimClientResponse Modifier and Type Method Description ResetIdpScimClientResponse.Builder
ResetIdpScimClientResponse.Builder. copy(ResetIdpScimClientResponse o)
Copy method to populate the builder with values from the given instance.
-