Uses of Class
com.oracle.bmc.identity.responses.GenerateTotpSeedResponse
-
Packages that use GenerateTotpSeedResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GenerateTotpSeedResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GenerateTotpSeedResponse Modifier and Type Method Description GenerateTotpSeedResponse
Identity. generateTotpSeed(GenerateTotpSeedRequest request)
Generate seed for the MFA TOTP device.GenerateTotpSeedResponse
IdentityClient. generateTotpSeed(GenerateTotpSeedRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GenerateTotpSeedResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type GenerateTotpSeedResponse 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 GenerateTotpSeedResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GenerateTotpSeedResponse Modifier and Type Method Description GenerateTotpSeedResponse
GenerateTotpSeedResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GenerateTotpSeedResponse Modifier and Type Method Description GenerateTotpSeedResponse.Builder
GenerateTotpSeedResponse.Builder. copy(GenerateTotpSeedResponse o)
Copy method to populate the builder with values from the given instance.
-