Uses of Class
com.oracle.bmc.identity.requests.GenerateTotpSeedRequest
-
Packages that use GenerateTotpSeedRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GenerateTotpSeedRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type GenerateTotpSeedRequest Modifier and Type Method Description GenerateTotpSeedResponse
Identity. generateTotpSeed(GenerateTotpSeedRequest request)
Generate seed for the MFA TOTP device.Future<GenerateTotpSeedResponse>
IdentityAsync. generateTotpSeed(GenerateTotpSeedRequest request, AsyncHandler<GenerateTotpSeedRequest,GenerateTotpSeedResponse> handler)
Generate seed for the MFA TOTP device.Future<GenerateTotpSeedResponse>
IdentityAsyncClient. generateTotpSeed(GenerateTotpSeedRequest request, AsyncHandler<GenerateTotpSeedRequest,GenerateTotpSeedResponse> handler)
GenerateTotpSeedResponse
IdentityClient. generateTotpSeed(GenerateTotpSeedRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GenerateTotpSeedRequest Modifier and Type Method Description Future<GenerateTotpSeedResponse>
IdentityAsync. generateTotpSeed(GenerateTotpSeedRequest request, AsyncHandler<GenerateTotpSeedRequest,GenerateTotpSeedResponse> handler)
Generate seed for the MFA TOTP device.Future<GenerateTotpSeedResponse>
IdentityAsyncClient. generateTotpSeed(GenerateTotpSeedRequest request, AsyncHandler<GenerateTotpSeedRequest,GenerateTotpSeedResponse> handler)
-
Uses of GenerateTotpSeedRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GenerateTotpSeedRequest Modifier and Type Method Description GenerateTotpSeedRequest
GenerateTotpSeedRequest.Builder. build()
Build the instance of GenerateTotpSeedRequest as configured by this builderGenerateTotpSeedRequest
GenerateTotpSeedRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GenerateTotpSeedRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GenerateTotpSeedRequest Modifier and Type Method Description GenerateTotpSeedRequest.Builder
GenerateTotpSeedRequest.Builder. copy(GenerateTotpSeedRequest o)
Copy method to populate the builder with values from the given instance.
-