Uses of Class
com.oracle.bmc.identity.model.MfaTotpDeviceSummary
-
Packages that use MfaTotpDeviceSummary Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of MfaTotpDeviceSummary in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type MfaTotpDeviceSummary Modifier and Type Method Description Iterable<MfaTotpDeviceSummary>
IdentityPaginators. listMfaTotpDevicesRecordIterator(ListMfaTotpDevicesRequest request)
Creates a new iterable which will iterate over theMfaTotpDeviceSummary
objects contained in responses from the listMfaTotpDevices operation. -
Uses of MfaTotpDeviceSummary in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return MfaTotpDeviceSummary Modifier and Type Method Description MfaTotpDeviceSummary
MfaTotpDeviceSummary.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type MfaTotpDeviceSummary Modifier and Type Method Description MfaTotpDeviceSummary.Builder
MfaTotpDeviceSummary.Builder. copy(MfaTotpDeviceSummary model)
-
Uses of MfaTotpDeviceSummary in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return MfaTotpDeviceSummary Modifier and Type Method Description MfaTotpDeviceSummary
ActivateMfaTotpDeviceResponse. getMfaTotpDeviceSummary()
The returned MfaTotpDeviceSummary instance.MfaTotpDeviceSummary
GetMfaTotpDeviceResponse. getMfaTotpDeviceSummary()
The returned MfaTotpDeviceSummary instance.Methods in com.oracle.bmc.identity.responses that return types with arguments of type MfaTotpDeviceSummary Modifier and Type Method Description List<MfaTotpDeviceSummary>
ListMfaTotpDevicesResponse. getItems()
A list of com.oracle.bmc.identity.model.MfaTotpDeviceSummary instances.Methods in com.oracle.bmc.identity.responses with parameters of type MfaTotpDeviceSummary Modifier and Type Method Description ActivateMfaTotpDeviceResponse.Builder
ActivateMfaTotpDeviceResponse.Builder. mfaTotpDeviceSummary(MfaTotpDeviceSummary mfaTotpDeviceSummary)
The returned MfaTotpDeviceSummary instance.GetMfaTotpDeviceResponse.Builder
GetMfaTotpDeviceResponse.Builder. mfaTotpDeviceSummary(MfaTotpDeviceSummary mfaTotpDeviceSummary)
The returned MfaTotpDeviceSummary instance.Method parameters in com.oracle.bmc.identity.responses with type arguments of type MfaTotpDeviceSummary Modifier and Type Method Description ListMfaTotpDevicesResponse.Builder
ListMfaTotpDevicesResponse.Builder. items(List<MfaTotpDeviceSummary> items)
A list of com.oracle.bmc.identity.model.MfaTotpDeviceSummary instances.
-