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.identityMethods 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 theMfaTotpDeviceSummaryobjects contained in responses from the listMfaTotpDevices operation.
- 
Uses of MfaTotpDeviceSummary in com.oracle.bmc.identity.modelMethods in com.oracle.bmc.identity.model that return MfaTotpDeviceSummary Modifier and Type Method Description MfaTotpDeviceSummaryMfaTotpDeviceSummary.Builder. build()Methods in com.oracle.bmc.identity.model with parameters of type MfaTotpDeviceSummary Modifier and Type Method Description MfaTotpDeviceSummary.BuilderMfaTotpDeviceSummary.Builder. copy(MfaTotpDeviceSummary model)
- 
Uses of MfaTotpDeviceSummary in com.oracle.bmc.identity.responsesMethods in com.oracle.bmc.identity.responses that return MfaTotpDeviceSummary Modifier and Type Method Description MfaTotpDeviceSummaryActivateMfaTotpDeviceResponse. getMfaTotpDeviceSummary()The returned MfaTotpDeviceSummary instance.MfaTotpDeviceSummaryGetMfaTotpDeviceResponse. 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.BuilderActivateMfaTotpDeviceResponse.Builder. mfaTotpDeviceSummary(MfaTotpDeviceSummary mfaTotpDeviceSummary)The returned MfaTotpDeviceSummary instance.GetMfaTotpDeviceResponse.BuilderGetMfaTotpDeviceResponse.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.BuilderListMfaTotpDevicesResponse.Builder. items(List<MfaTotpDeviceSummary> items)A list of com.oracle.bmc.identity.model.MfaTotpDeviceSummary instances.
 
-